|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PrivateKey | |
---|---|
base.jdbs.cryptography.asymmetric |
Uses of PrivateKey in base.jdbs.cryptography.asymmetric |
---|
Methods in base.jdbs.cryptography.asymmetric that return PrivateKey | |
---|---|
PrivateKey |
KeyPair.getPrivateKey()
|
Methods in base.jdbs.cryptography.asymmetric with parameters of type PrivateKey | |
---|---|
void |
RSAAsymmetricCipher.sign(java.io.File input,
java.io.File output,
PrivateKey privateKey)
|
void |
IAsymmetricCipher.sign(java.io.File input,
java.io.File output,
PrivateKey privateKey)
This method offers a facility to sign files with asymmetric cryptography. |
Constructors in base.jdbs.cryptography.asymmetric with parameters of type PrivateKey | |
---|---|
KeyPair(java.lang.Integer id,
java.lang.String name,
PublicKey publicKey,
PrivateKey privateKey,
java.security.cert.X509Certificate certificate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |