GNU Classpath (0.20) | |
Frames | No Frames |
Constructors with parameter type java.security.PublicKey | |
PKIXCertPathBuilderResult.PKIXCertPathBuilderResult(CertPath certPath, TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey) Creates a new PKIXCertPathBuilderResult.
| |
PKIXCertPathValidatorResult.PKIXCertPathValidatorResult(TrustAnchor trustAnchor, PolicyNode policyTree, PublicKey subjectPublicKey) Creates a new PKIXCertPathValidatorResult.
| |
Create a new trust anchor from a certificate authority's
distinguished name, public key, and (optional) name constraints.
|
Methods with parameter type java.security.PublicKey | |
void | Sets the subject public key criterion as an opaque representation.
|
void | Verifies that this Certificate was properly signed with the
PublicKey that corresponds to its private key.
|
void | Verifies that this CRL was properly signed with the
PublicKey that corresponds to its private key.
|
void | Verifies that this Certificate was properly signed with the
PublicKey that corresponds to its private key and uses
the signature engine provided by the provider.
|
void | Verifies that this CRL was properly signed with the
PublicKey that corresponds to its private key and uses
the signature engine provided by the provider.
|
Methods with return type java.security.PublicKey | |
PublicKey | Return the certificate authority's public key, or null if none was
specified.
|
PublicKey | Returns the public key stored in the Certificate.
|
PublicKey | Returns the subject public key.
|
PublicKey | Returns the subject public key criterion, or null if this
value is not set.
|
Methods with parameter type java.security.PublicKey | |
void | Verifies the signature of this certificate.
|
void | Verifies the signature of this certificate, using the specified security
provider.
|
Methods with return type java.security.PublicKey | |
PublicKey | Returns this certificate's public key.
|
Constructors with parameter type java.security.PublicKey | |
Initializes the KeyPair with a pubilc and private key.
|
Methods with parameter type java.security.PublicKey | |
void | Initializes this signature object with the specified public key for
verification operations.
|
Identity | Retrieves the identity with the specified public key.
|
void | Initializes this object for verification. |
void | Sets this identity's public key. |
boolean | Verifies that the signature in this SignedObject is the valid
signature for the object stored inside, with the given verification key,
using the designated verification engine.
|
Methods with return type java.security.PublicKey | |
PublicKey | Generates a public key from the provided key specification.
|
PublicKey | Generates a public key object from the provided key specification (key
material).
|
PublicKey | Returns the public key stored in the KeyPair
|
PublicKey | This method returns the public key for the Principal that
is being guaranteed.
|
PublicKey | Returns this identity's public key.
|
GNU Classpath (0.20) |