- validate(CertPath, CertPathParameters) - Method in class java.security.cert.CertPathValidator
-
Validates the specified certification path using the specified
algorithm parameter set.
- valueOf(String) - Static method in enum java.security.cert.CertPathValidatorException.BasicReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.security.cert.CRLReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.security.cert.PKIXReason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum java.security.cert.PKIXRevocationChecker.Option
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum java.security.cert.CertPathValidatorException.BasicReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum java.security.cert.CRLReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum java.security.cert.PKIXReason
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum java.security.cert.PKIXRevocationChecker.Option
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify(PublicKey) - Method in class java.security.cert.Certificate
-
Verifies that this certificate was signed using the
private key that corresponds to the specified public key.
- verify(PublicKey, String) - Method in class java.security.cert.Certificate
-
Verifies that this certificate was signed using the
private key that corresponds to the specified public key.
- verify(PublicKey) - Method in class java.security.cert.X509CRL
-
Verifies that this CRL was signed using the
private key that corresponds to the given public key.
- VERIFY - Static variable in class java.security.Signature
-
Possible
Signature.state value, signifying that this signature object has been initialized for verification.
- verify(byte[]) - Method in class java.security.Signature
-
Verifies the passed-in signature.
- verify(byte[], int, int) - Method in class java.security.Signature
-
Verifies the passed-in signature in the specified array of bytes, starting at the specified offset.