|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PublicKey | |
java.security | JML Specifications for the corresponding types in the Java Developement Kit (JDK). |
Uses of PublicKey in java.security |
Fields in java.security declared as PublicKey | |
private PublicKey |
KeyPair.publicKey
|
Methods in java.security that return PublicKey | |
PublicKey |
KeyPair.getPublic()
|
Methods in java.security with parameters of type PublicKey | |
protected abstract void |
SignatureSpi.engineInitVerify(PublicKey)
|
void |
Signature.initVerify(PublicKey publicKey)
|
Constructors in java.security with parameters of type PublicKey | |
KeyPair(PublicKey publicKey,
PrivateKey privateKey)
|
|
JML | ||||||||||
PREV NEXT | FRAMES NO FRAMES |