|
Cryptix V3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PublicKey | |
cryptix.provider.elgamal | |
cryptix.provider.rsa | |
java.security | |
java.security.interfaces |
Uses of PublicKey in cryptix.provider.elgamal |
Classes in cryptix.provider.elgamal that implement PublicKey | |
class |
BaseElGamalPrivateKey
A class representing an ElGamal private key. |
class |
BaseElGamalPublicKey
A class representing an ElGamal public key. |
Methods in cryptix.provider.elgamal with parameters of type PublicKey | |
protected void |
Any_ElGamal_PKCS1Signature.engineInitVerify(PublicKey key)
SPI: Initializes the cipher for verification, using the given public key. |
Uses of PublicKey in cryptix.provider.rsa |
Classes in cryptix.provider.rsa that implement PublicKey | |
class |
BaseRSAPublicKey
An abstract class representing an RSA public key. |
class |
RawRSAPublicKey
A class representing a RAW-encoded RSA public key. |
Methods in cryptix.provider.rsa with parameters of type PublicKey | |
protected void |
Any_RSA_PKCS1Signature.engineInitVerify(PublicKey key)
SPI: Initializes this signature object for verification, using the given public key. |
Uses of PublicKey in java.security |
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)
|
Constructors in java.security with parameters of type PublicKey | |
KeyPair.KeyPair(PublicKey,
PrivateKey)
|
Uses of PublicKey in java.security.interfaces |
Subinterfaces of PublicKey in java.security.interfaces | |
interface |
CryptixRSAPublicKey
The interface to an RSA public key. |
interface |
ElGamalPublicKey
The interface to an ElGamal public key. |
|
Cryptix V3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |