java.io.Serializable
, NonStandardSecurityProtocol
, PrivacyProtocol
, SecurityProtocol
public class PrivAES192 extends PrivAES implements NonStandardSecurityProtocol
Modifier and Type | Field | Description |
---|---|---|
static OID |
ID |
Unique ID of this privacy protocol.
|
cipherPool, initVectorLength, keyBytes, protocolClass, protocolId
Constructor | Description |
---|---|
PrivAES192() |
Constructor.
|
Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
doDecrypt, doFinal, doFinalWithPadding, doInit, isSupported
asHex, decrypt, encrypt, extendShortKey, getDecryptParamsLength, getEncryptedLength, getMaxKeyLength, getMinKeyLength
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 © 2018 SNMP4J.org. All rights reserved.