Uses of Interface
java.security.PublicKey
-
Packages that use PublicKey Package Description java.security java.security.cert java.security.interfaces -
-
Uses of PublicKey in java.security
Methods in java.security that return PublicKey Modifier and Type Method Description protected abstract PublicKey
KeyFactorySpi. engineGeneratePublic(KeySpec var0)
PublicKey
KeyFactory. generatePublic(KeySpec var0)
PublicKey
KeyPair. getPublic()
PublicKey
Certificate. getPublicKey()
PublicKey
Identity. getPublicKey()
Methods in java.security with parameters of type PublicKey Modifier and Type Method 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)
Constructors in java.security with parameters of type PublicKey Constructor Description KeyPair(PublicKey var0, PrivateKey var1)
-
Uses of PublicKey in java.security.cert
Methods in java.security.cert that return PublicKey Modifier and Type Method Description abstract PublicKey
Certificate. getPublicKey()
Methods in java.security.cert with parameters of type PublicKey Modifier and Type Method Description abstract void
Certificate. verify(PublicKey var0)
abstract void
Certificate. verify(PublicKey var0, String var1)
abstract void
X509CRL. verify(PublicKey var0)
abstract void
X509CRL. verify(PublicKey var0, String var1)
-
Uses of PublicKey in java.security.interfaces
Subinterfaces of PublicKey in java.security.interfaces Modifier and Type Interface Description interface
DSAPublicKey
interface
RSAPublicKey
-