Uses of Class
org.mozilla.jss.crypto.CMACAlgorithm
Packages that use CMACAlgorithm
Package
Description
Generic cryptographic operations, such as signing and key pair generation.
-
Uses of CMACAlgorithm in org.mozilla.jss.crypto
Fields in org.mozilla.jss.crypto declared as CMACAlgorithmModifier and TypeFieldDescriptionstatic final CMACAlgorithm
CMACAlgorithm.AES
CMAC AES-X.static final CMACAlgorithm
CMACAlgorithm.AES128
static final CMACAlgorithm
CMACAlgorithm.AES192
static final CMACAlgorithm
CMACAlgorithm.AES256
Fields in org.mozilla.jss.crypto with type parameters of type CMACAlgorithmModifier and TypeFieldDescriptionprivate static Hashtable
<OBJECT_IDENTIFIER, CMACAlgorithm> CMACAlgorithm.oidMap
Methods in org.mozilla.jss.crypto that return CMACAlgorithmModifier and TypeMethodDescriptionstatic CMACAlgorithm
CMACAlgorithm.fromOID
(OBJECT_IDENTIFIER oid) Looks up the CMAC algorithm with the given OID.