Class PrivAES128
java.lang.Object
org.snmp4j.security.PrivacyGeneric
org.snmp4j.security.PrivAES
org.snmp4j.security.PrivAES128
- All Implemented Interfaces:
Serializable, PrivacyProtocol, SecurityProtocol
Encryption class for AES 128.
- Version:
- 1.11
- Author:
- Jochen Katz
- See Also:
-
Field Summary
FieldsFields inherited from class PrivacyGeneric
cipherPool, initVectorLength, keyBytes, protocolClass, protocolId -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PrivAES
asHex, decrypt, encrypt, extendShortKey, getDecryptParamsLength, getEncryptedLength, getMaxKeyLength, getMinKeyLengthMethods inherited from class PrivacyGeneric
doDecrypt, doFinal, doFinalWithPadding, doInit, isSupportedMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SecurityProtocol
isSupported
-
Field Details
-
ID
Unique ID of this privacy protocol.
-
-
Constructor Details
-
PrivAES128
public PrivAES128()Constructor.
-
-
Method Details
-
getID
Gets the OID uniquely identifying the privacy protocol.- Returns:
- an
OIDinstance.
-