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, getMinKeyLengthdoDecrypt, doFinal, doFinalWithPadding, doInit, isSupportedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSupportedpublic static OID ID
public OID getID()
getID in interface PrivacyProtocolgetID in interface SecurityProtocolOID instance.public void setID(OID newID)
NonStandardSecurityProtocolsetID in interface NonStandardSecurityProtocolnewID - the new security protcol ID for the security protocol class called.public OID getDefaultID()
NonStandardSecurityProtocolgetDefaultID in interface NonStandardSecurityProtocolCopyright © 2020 SNMP4J.org. All rights reserved.