|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.mozilla.jss.crypto.Algorithm | +--org.mozilla.jss.crypto.DigestAlgorithm | +--org.mozilla.jss.crypto.HMACAlgorithm
Algorithms for performing HMACs. These can be used to create MessageDigests.
Field Summary | |
static HMACAlgorithm |
SHA1
SHA-1 HMAC. |
Fields inherited from class org.mozilla.jss.crypto.DigestAlgorithm |
MD2,
MD5,
SHA1 |
Method Summary | |
static DigestAlgorithm |
fromOID(OBJECT_IDENTIFIER oid)
Looks up the HMAC algorithm with the given OID. |
Methods inherited from class org.mozilla.jss.crypto.DigestAlgorithm |
getOutputSize |
Methods inherited from class org.mozilla.jss.crypto.Algorithm |
getParameterClass,
toOID,
toString |
Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final HMACAlgorithm SHA1
Method Detail |
public static DigestAlgorithm fromOID(OBJECT_IDENTIFIER oid) throws java.security.NoSuchAlgorithmException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |