|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PublicKey | |
---|---|
base.jdbs.cryptography.asymmetric |
Uses of PublicKey in base.jdbs.cryptography.asymmetric |
---|
Methods in base.jdbs.cryptography.asymmetric that return PublicKey | |
---|---|
PublicKey |
KeyPair.getPublicKey()
|
Methods in base.jdbs.cryptography.asymmetric with parameters of type PublicKey | |
---|---|
boolean |
RSAAsymmetricCipher.checkSignature(java.io.File signedInputFile,
java.io.File dataFile,
PublicKey publicKey)
|
boolean |
IAsymmetricCipher.checkSignature(java.io.File signedFile,
java.io.File dataFile,
PublicKey publicKey)
This method offers a facility to check the signature of a file with asymmetric cryptography. |
Constructors in base.jdbs.cryptography.asymmetric with parameters of type PublicKey | |
---|---|
KeyPair(java.lang.Integer id,
java.lang.String name,
PublicKey publicKey,
PrivateKey privateKey,
java.security.cert.X509Certificate certificate)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |