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 CMACAlgorithmCMACAlgorithm.AESCMAC AES-X.static final CMACAlgorithmCMACAlgorithm.AES128static final CMACAlgorithmCMACAlgorithm.AES192static final CMACAlgorithmCMACAlgorithm.AES256Fields in org.mozilla.jss.crypto with type parameters of type CMACAlgorithmModifier and TypeFieldDescriptionprivate static Hashtable<OBJECT_IDENTIFIER, CMACAlgorithm> CMACAlgorithm.oidMapMethods in org.mozilla.jss.crypto that return CMACAlgorithmModifier and TypeMethodDescriptionstatic CMACAlgorithmCMACAlgorithm.fromOID(OBJECT_IDENTIFIER oid) Looks up the CMAC algorithm with the given OID.