org.snmp4j.security
Class PrivAES192

java.lang.Object
  extended by org.snmp4j.security.PrivAES
      extended by org.snmp4j.security.PrivAES192
All Implemented Interfaces:
java.io.Serializable, PrivacyProtocol, SecurityProtocol

public class PrivAES192
extends PrivAES

Encryption class for AES 192.

Version:
1.11
Author:
Jochen Katz
See Also:
Serialized Form

Field Summary
static OID ID
          Unique ID of this privacy protocol.
 
Fields inherited from class org.snmp4j.security.PrivAES
salt
 
Constructor Summary
PrivAES192()
          Constructor.
 
Method Summary
 OID getID()
          Gets the OID uniquely identifying the privacy protocol.
 
Methods inherited from class org.snmp4j.security.PrivAES
asHex, decrypt, encrypt, extendShortKey, getDecryptParamsLength, getEncryptedLength, getMaxKeyLength, getMinKeyLength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final OID ID
Unique ID of this privacy protocol.

Constructor Detail

PrivAES192

public PrivAES192()
Constructor.

Method Detail

getID

public OID getID()
Gets the OID uniquely identifying the privacy protocol.

Returns:
an OID instance.

Copyright 2005-2010 Frank Fock (SNMP4J.org)

Copyright © 2011 SNMP4J.org. All Rights Reserved.