public class PrivAES192With3DESKeyExtension 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 and Description |
---|---|
static OID |
ID
Unique ID of this privacy protocol.
|
cipherPool, initVectorLength, keyBytes, protocolClass, protocolId
Constructor and Description |
---|
PrivAES192With3DESKeyExtension()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
OID |
getID()
Gets the OID uniquely identifying the privacy protocol.
|
void |
setID(OID newID)
Assign a new ID to a non-standard security protocol class.
|
extendShortKey
asHex, decrypt, encrypt, getDecryptParamsLength, getEncryptedLength, getMaxKeyLength, getMinKeyLength
doDecrypt, doFinal, doFinalWithPadding, doInit, isSupported
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isSupported
public static OID ID
public PrivAES192With3DESKeyExtension()
public OID getID()
getID
in interface PrivacyProtocol
getID
in interface SecurityProtocol
OID
instance.public void setID(OID newID)
NonStandardSecurityProtocol
SecurityProtocols
instance!setID
in interface NonStandardSecurityProtocol
newID
- the new security protcol ID for the security protocol class called.Copyright © 2016 SNMP4J.org. All rights reserved.