| Package | Description |
|---|---|
| java.security | |
| java.security.cert | |
| java.security.interfaces |
| Modifier and Type | Method and Description |
|---|---|
protected abstract PublicKey |
KeyFactorySpi.engineGeneratePublic(KeySpec var0) |
PublicKey |
KeyFactory.generatePublic(KeySpec var0) |
PublicKey |
KeyPair.getPublic() |
PublicKey |
Identity.getPublicKey() |
PublicKey |
Certificate.getPublicKey() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
SignatureSpi.engineInitVerify(PublicKey var0) |
abstract Identity |
IdentityScope.getIdentity(PublicKey var0) |
void |
Signature.initVerify(PublicKey var0) |
void |
Identity.setPublicKey(PublicKey var0) |
boolean |
SignedObject.verify(PublicKey var0,
Signature var1) |
| Constructor and Description |
|---|
KeyPair(PublicKey var0,
PrivateKey var1) |
| Modifier and Type | Method and Description |
|---|---|
abstract PublicKey |
Certificate.getPublicKey() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
X509CRL.verify(PublicKey var0) |
abstract void |
Certificate.verify(PublicKey var0) |
abstract void |
X509CRL.verify(PublicKey var0,
String var1) |
abstract void |
Certificate.verify(PublicKey var0,
String var1) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DSAPublicKey |
interface |
RSAPublicKey |