public class PrivAES256 extends PrivAES implements NonStandardSecurityProtocol
Modifier and Type | Field and Description |
---|---|
static OID |
ID
Unique ID of this privacy protocol.
|
cipherPool, initVectorLength, keyBytes, protocolClass, protocolId
Constructor and Description |
---|
PrivAES256()
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.
|
asHex, decrypt, encrypt, extendShortKey, 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 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.