java.io.Serializable
, NonStandardSecurityProtocol
, PrivacyProtocol
, SecurityProtocol
public class PrivAES256With3DESKeyExtension extends PrivAESWith3DESKeyExtension implements NonStandardSecurityProtocol
Priv3DES
but was never specified for AES 192 and 256 bit.
Note: DO NOT USE THIS CLASS IF YOU WANT TO COMPLY WITH draft-blumenthal-aes-usm-04.txt!Modifier and Type | Field | Description |
---|---|---|
static OID |
ID |
Unique ID of this privacy protocol.
|
cipherPool, initVectorLength, keyBytes, protocolClass, protocolId
oid
Constructor | Description |
---|---|
PrivAES256With3DESKeyExtension() |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
OID |
getDefaultID() |
Gets the default ID for this non-standard privacy protocol.
|
setID
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doDecrypt, doFinal, doFinalWithPadding, doInit, isSupported
asHex, decrypt, encrypt, getDecryptParamsLength, getEncryptedLength, getMaxKeyLength, getMinKeyLength
extendShortKey, getID, setID
isSupported
public static OID ID
public PrivAES256With3DESKeyExtension()
public OID getDefaultID()
NonStandardSecurityProtocol
getDefaultID
in interface NonStandardSecurityProtocol
Copyright © 2018 SNMP4J.org. All rights reserved.