Package | Description |
---|---|
java.security | |
java.security.interfaces |
Modifier and Type | Method and Description |
---|---|
protected abstract PrivateKey |
KeyFactorySpi.engineGeneratePrivate(KeySpec keySpec) |
PrivateKey |
KeyFactory.generatePrivate(KeySpec keySpec) |
PrivateKey |
KeyPair.getPrivate() |
PrivateKey |
Signer.getPrivateKey()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
SignatureSpi.engineInitSign(PrivateKey privateKey) |
protected void |
SignatureSpi.engineInitSign(PrivateKey privateKey,
SecureRandom random)
method was added in 1.2.
|
void |
Signature.initSign(PrivateKey prtKey) |
void |
Signature.initSign(PrivateKey prtKey,
SecureRandom rnd) |
Constructor and Description |
---|
KeyPair(PublicKey publicKey,
PrivateKey privateKey) |
SignedObject(Serializable object,
PrivateKey pkey,
Signature sign) |
Modifier and Type | Interface and Description |
---|---|
interface |
DSAPrivateKey |
interface |
RSAMultiPrimePrivateCrtKey
RSAMultiPrimePrivateCrtKey:
|
interface |
RSAPrivateCrtKey |
interface |
RSAPrivateKey |