- 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
- Author:
- Jochen Katz
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static OID
ID
Unique ID of this privacy protocol.-
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
-
-