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 |
getDefaultID()
Gets the default ID for this non-standard privacy protocol.
|
OID |
getID()
Gets the OID uniquely identifying the privacy protocol.
|
void |
setID(OID newID)
Assign a new ID to a non-standard security protocol instance.
|
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
setID
in interface NonStandardSecurityProtocol
newID
- the new security protcol ID for the security protocol class called.public OID getDefaultID()
NonStandardSecurityProtocol
getDefaultID
in interface NonStandardSecurityProtocol
Copyright © 2019 SNMP4J.org. All rights reserved.