- java.lang.Object
-
- org.snmp4j.security.PrivacyGeneric
-
- org.snmp4j.security.PrivAES
-
- org.snmp4j.security.PrivAES128
-
- All Implemented Interfaces:
java.io.Serializable
,PrivacyProtocol
,SecurityProtocol
public class PrivAES128 extends PrivAES
Encryption class for AES 128.- Version:
- 1.11
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static OID
ID
Unique ID of this privacy protocol.private static long
serialVersionUID
-
Fields inherited from class org.snmp4j.security.PrivacyGeneric
cipherPool, initVectorLength, keyBytes, protocolClass, protocolId
-
-
Constructor Summary
Constructors Constructor Description PrivAES128()
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OID
getID()
Gets the OID uniquely identifying the privacy protocol.-
Methods inherited from class org.snmp4j.security.PrivAES
asHex, decrypt, encrypt, extendShortKey, getDecryptParamsLength, getEncryptedLength, getMaxKeyLength, getMinKeyLength
-
Methods inherited from class org.snmp4j.security.PrivacyGeneric
doDecrypt, doFinal, doFinalWithPadding, doInit, isSupported
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.snmp4j.security.SecurityProtocol
isSupported
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
ID
public static final OID ID
Unique ID of this privacy protocol.
-
-
Method Detail
-
getID
public OID getID()
Gets the OID uniquely identifying the privacy protocol.- Returns:
- an
OID
instance.
-
-