- Mac - Class in javax.crypto
-
This class provides the functionality of a "Message Authentication Code" (MAC) algorithm.
- makeSigAlg(String, String) - Static method in class sun.security.x509.AlgorithmId
-
Creates a signature algorithm name from a digest algorithm name and a encryption algorithm name.
- match(Certificate) - Method in interface java.security.cert.CertSelector
-
Decides whether a Certificate should be selected.
- match(CRL) - Method in interface java.security.cert.CRLSelector
-
Decides whether a CRL should be selected.
- match(Certificate) - Method in class java.security.cert.X509CertSelector
-
Decides whether a Certificate should be selected.
- match(CRL) - Method in class java.security.cert.X509CRLSelector
-
Decides whether a CRL should be selected.
- MessageDigest - Class in java.security
-
This MessageDigest class provides applications the functionality of a message digest algorithm, such as SHA-1 or
SHA-256.
- MessageDigest(String) - Constructor for class java.security.MessageDigest
-
Creates a message digest with the specified algorithm name.
- MessageDigestSpi - Class in java.security
-
This class defines the Service Provider Interface (SPI) for the MessageDigest class, which
provides the functionality of a message digest algorithm, such as MD5 or SHA.
- MessageDigestSpi() - Constructor for class java.security.MessageDigestSpi
-
- MGF1ParameterSpec - Class in java.security.spec
-
This class specifies the set of parameters used with mask generation function MGF1 in OAEP Padding and RSASSA-PSS
signature scheme, as defined in the
PKCS#1 v2.2 standard.
- MGF1ParameterSpec(String) - Constructor for class java.security.spec.MGF1ParameterSpec
-
Constructs a parameter set for mask generation function MGF1 as defined in the PKCS #1 standard.