- addCertPathChecker(PKIXCertPathChecker) - Method in class java.security.cert.PKIXParameters
-
Adds a PKIXCertPathChecker to the list of certification
path checkers.
- addCertStore(CertStore) - Method in class java.security.cert.PKIXParameters
-
Adds a CertStore to the end of the list of
CertStores used in finding certificates and CRLs.
- addIssuer(X500Principal) - Method in class java.security.cert.X509CRLSelector
-
Adds a name to the issuerNames criterion.
- addIssuerName(String) - Method in class java.security.cert.X509CRLSelector
-
- addIssuerName(byte[]) - Method in class java.security.cert.X509CRLSelector
-
Adds a name to the issuerNames criterion.
- addPathToName(int, String) - Method in class java.security.cert.X509CertSelector
-
Adds a name to the pathToNames criterion.
- addPathToName(int, byte[]) - Method in class java.security.cert.X509CertSelector
-
Adds a name to the pathToNames criterion.
- addSubjectAlternativeName(int, String) - Method in class java.security.cert.X509CertSelector
-
Adds a name to the subjectAlternativeNames criterion.
- addSubjectAlternativeName(int, byte[]) - Method in class java.security.cert.X509CertSelector
-
Adds a name to the subjectAlternativeNames criterion.
- AEADBadTagException - Exception in javax.crypto
-
This exception is thrown when a
Cipher operating in an AEAD mode (such as GCM/CCM) is unable to verify the
supplied authentication tag.
- AEADBadTagException() - Constructor for exception javax.crypto.AEADBadTagException
-
Constructs a AEADBadTagException with no detail message.
- AEADBadTagException(String) - Constructor for exception javax.crypto.AEADBadTagException
-
Constructs a AEADBadTagException with the specified detail message.
- AlgorithmId - Class in sun.security.x509
-
Use this class to get OID of supported algorithms see
get(String)
The OID is handled in it's String format in this class.
- AlgorithmId() - Constructor for class sun.security.x509.AlgorithmId
-
- AlgorithmId(String) - Constructor for class sun.security.x509.AlgorithmId
-
Constructs a parameterless algorithm ID.
- AlgorithmParameterSpec - Interface in java.security.spec
-
A (transparent) specification of cryptographic parameters.
- aliases() - Method in class java.security.KeyStore
-
Lists all the alias names of this keystore.
- appRandom - Variable in class java.security.SignatureSpi
-
Application-specified source of randomness.