|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jdmk.snmp.usm.SnmpUsmAlgorithmImpl
com.sun.jdmk.snmp.usm.SnmpUsmHmacAlgorithm
com.sun.jdmk.snmp.usm.SnmpUsmHmacSha
com.sun.management.snmp.usm
in
preference to classes in this package. This class may be removed
in a future version of Java DMK.
Provides the parameters needed by SnmpUsmHmacAlgorithm
to instantiate an Hmac SHA algorithm.
Field Summary | |
static String |
HMAC_SHA_AUTH
Deprecated. Algorithm name as defined in rfc 2574, "usmHMACSHAAuthProtocol". |
static int |
KEY_SIZE
Deprecated. Key size as defined in rfc 2574, 20. |
static int |
SHA_BLOCKSIZE
Deprecated. Block size as defined in rfc 2574, 64. |
Constructor Summary | |
SnmpUsmHmacSha()
Deprecated. |
Method Summary | |
int |
getDeltaSize()
Deprecated. Gets the delta size. |
String |
getOid()
Deprecated. Gets the associated OID. |
Methods inherited from class com.sun.jdmk.snmp.usm.SnmpUsmHmacAlgorithm |
calculateAuthDelta, calculateNewAuthKey, calculateNewPrivKey, calculatePrivDelta, getAlgorithm, localizeAuthKey, localizePrivKey, password_to_key, sign, toString, verify |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.sun.jdmk.snmp.usm.SnmpUsmAlgorithm |
getAlgorithm |
Field Detail |
public static final String HMAC_SHA_AUTH
public static final int SHA_BLOCKSIZE
public static final int KEY_SIZE
Constructor Detail |
public SnmpUsmHmacSha()
Method Detail |
public String getOid()
public int getDeltaSize()
getDeltaSize
in interface SnmpUsmAlgorithm
getDeltaSize
in class SnmpUsmHmacAlgorithm
|
FCS Release jdmk-5_1-b34.2 2005.11.29_16:24:00_MET |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |