Package | Description |
---|---|
java.security | |
java.security.cert | |
java.security.interfaces |
Modifier and Type | Method and Description |
---|---|
protected abstract PublicKey |
KeyFactorySpi.engineGeneratePublic(KeySpec keySpec) |
PublicKey |
KeyFactory.generatePublic(KeySpec keySpec) |
PublicKey |
KeyPair.getPublic() |
PublicKey |
Certificate.getPublicKey()
Deprecated.
|
PublicKey |
Identity.getPublicKey()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
SignatureSpi.engineInitVerify(PublicKey publicKey) |
abstract Identity |
IdentityScope.getIdentity(PublicKey key)
Deprecated.
|
void |
Signature.initVerify(PublicKey publicKey) |
void |
Identity.setPublicKey(PublicKey key)
Deprecated.
|
boolean |
SignedObject.verify(PublicKey pkey,
Signature sign) |
Constructor and Description |
---|
KeyPair(PublicKey publicKey,
PrivateKey privateKey) |
Modifier and Type | Method and Description |
---|---|
PublicKey |
TrustAnchor.getCAPublicKey()
Return the certificate authority's public key, or null if none was
specified.
|
abstract PublicKey |
Certificate.getPublicKey() |
PublicKey |
PKIXCertPathValidatorResult.getPublicKey()
Returns the subject public key.
|
PublicKey |
X509CertSelector.getSubjectPublicKey()
Returns the subject public key criterion, or
null if this
value is not set. |
Modifier and Type | Method and Description |
---|---|
void |
X509CertSelector.setSubjectPublicKey(PublicKey key)
Sets the subject public key criterion as an opaque representation.
|
abstract void |
Certificate.verify(PublicKey key) |
abstract void |
X509CRL.verify(PublicKey key) |
abstract void |
Certificate.verify(PublicKey key,
String sigProvider) |
abstract void |
X509CRL.verify(PublicKey key,
String sigProvider) |
Constructor and Description |
---|
PKIXCertPathBuilderResult(CertPath certPath,
TrustAnchor trustAnchor,
PolicyNode policyTree,
PublicKey subjectPublicKey)
Creates a new PKIXCertPathBuilderResult.
|
PKIXCertPathValidatorResult(TrustAnchor trustAnchor,
PolicyNode policyTree,
PublicKey subjectPublicKey)
Creates a new PKIXCertPathValidatorResult.
|
TrustAnchor(String caName,
PublicKey caKey,
byte[] nameConstraints)
Create a new trust anchor from a certificate authority's
distinguished name, public key, and (optional) name constraints.
|
Modifier and Type | Interface and Description |
---|---|
interface |
DSAPublicKey |
interface |
RSAPublicKey |