Package | Description |
---|---|
java.security | |
java.security.interfaces |
Modifier and Type | Method and Description |
---|---|
protected abstract PrivateKey |
KeyFactorySpi.engineGeneratePrivate(KeySpec var0) |
PrivateKey |
KeyFactory.generatePrivate(KeySpec var0) |
PrivateKey |
KeyPair.getPrivate() |
PrivateKey |
Signer.getPrivateKey() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
SignatureSpi.engineInitSign(PrivateKey var0) |
protected void |
SignatureSpi.engineInitSign(PrivateKey var0,
SecureRandom var1) |
void |
Signature.initSign(PrivateKey var0) |
void |
Signature.initSign(PrivateKey var0,
SecureRandom var1) |
Constructor and Description |
---|
KeyPair(PublicKey var0,
PrivateKey var1) |
SignedObject(Serializable var0,
PrivateKey var1,
Signature var2) |
Modifier and Type | Interface and Description |
---|---|
interface |
DSAPrivateKey |
interface |
RSAPrivateCrtKey |
interface |
RSAPrivateKey |
Copyright © 2006–2013 OSGi Alliance. All rights reserved.