org.snmp4j.security
Class PrivAES256

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

public class PrivAES256
extends PrivAES

Encryption class for AES 256.

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
PrivAES256()
          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

PrivAES256

public PrivAES256()
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.