|
|||||||||
| Home >> All >> java >> [ security overview ] | PREV NEXT | ||||||||
Uses of Interface
java.security.PublicKey
| Uses of PublicKey in java.security |
| Fields in java.security declared as PublicKey | |
private PublicKey |
KeyPair.publicKey
|
private PublicKey |
Identity.publicKey
Deprecated. |
| Methods in java.security that return PublicKey | |
PublicKey |
KeyPair.getPublic()
Returns the public key stored in the KeyPair |
protected abstract PublicKey |
KeyFactorySpi.engineGeneratePublic(java.security.spec.KeySpec keySpec)
Generates a public key from the provided key specification. |
PublicKey |
KeyFactory.generatePublic(java.security.spec.KeySpec keySpec)
Generates a public key from the provided key specification. |
PublicKey |
Identity.getPublicKey()
Deprecated. |
PublicKey |
Certificate.getPublicKey()
Deprecated. This method returns the public key for the Principal that
is being guaranteed. |
| Methods in java.security with parameters of type PublicKey | |
protected void |
DummySignature.engineInitVerify(PublicKey publicKey)
|
protected abstract void |
SignatureSpi.engineInitVerify(PublicKey publicKey)
Initializes this instance with the public key for verification purposes. |
void |
Signature.initVerify(PublicKey publicKey)
Initializes this instance with the public key for verification purposes. |
boolean |
SignedObject.verify(PublicKey verificationKey,
Signature verificationEngine)
Verifies the encapsulated digital signature by checking that it was generated by the owner of a designated public key. |
abstract Identity |
IdentityScope.getIdentity(PublicKey key)
Deprecated. Returns the specified Identity, by public key, within this scope. |
void |
Identity.setPublicKey(PublicKey key)
Deprecated. Sets the public key for this identity. |
| Constructors in java.security with parameters of type PublicKey | |
KeyPair(PublicKey publicKey,
PrivateKey privateKey)
Initializes the KeyPair with a pubilc and private key. |
|
|
|||||||||
| Home >> All >> java >> [ security overview ] | PREV NEXT | ||||||||