|
Cryptix V3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrivateKey | |
cryptix.provider.elgamal | |
cryptix.provider.rsa | |
java.security | |
java.security.interfaces |
Uses of PrivateKey in cryptix.provider.elgamal |
Classes in cryptix.provider.elgamal that implement PrivateKey | |
class |
BaseElGamalPrivateKey
A class representing an ElGamal private key. |
Methods in cryptix.provider.elgamal with parameters of type PrivateKey | |
protected void |
Any_ElGamal_PKCS1Signature.engineInitSign(PrivateKey key)
SPI: Initializes the cipher for signing, using the given private key. |
Uses of PrivateKey in cryptix.provider.rsa |
Classes in cryptix.provider.rsa that implement PrivateKey | |
class |
BaseRSAPrivateKey
An abstract class representing an RSA private key. |
class |
RawRSAPrivateKey
A class representing a RAW-encoded RSA private key. |
Methods in cryptix.provider.rsa with parameters of type PrivateKey | |
protected void |
Any_RSA_PKCS1Signature.engineInitSign(PrivateKey key)
SPI: Initializes this signature object for signing, using the given private key. |
Uses of PrivateKey in java.security |
Methods in java.security that return PrivateKey | |
PrivateKey |
KeyPair.getPrivate()
|
Methods in java.security with parameters of type PrivateKey | |
protected abstract void |
SignatureSpi.engineInitSign(PrivateKey)
|
protected void |
SignatureSpi.engineInitSign(PrivateKey,
SecureRandom)
|
void |
Signature.initSign(PrivateKey)
|
void |
Signature.initSign(PrivateKey,
SecureRandom)
|
Constructors in java.security with parameters of type PrivateKey | |
KeyPair.KeyPair(PublicKey,
PrivateKey)
|
Uses of PrivateKey in java.security.interfaces |
Subinterfaces of PrivateKey in java.security.interfaces | |
interface |
CryptixRSAPrivateKey
The interface to an RSA private key. |
interface |
ElGamalPrivateKey
The interface to an ElGamal private key. |
|
Cryptix V3.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |