org.snmp4j.security
Class PrivAES128

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

public class PrivAES128
extends PrivAES

Encryption class for AES 128.

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

PrivAES128

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