|
|||||||||
Home >> All >> gnu >> java >> security >> key >> [ rsa overview ] | PREV NEXT |
Uses of Class
gnu.java.security.key.rsa.GnuRSAPublicKey
Uses of GnuRSAPublicKey in gnu.java.security.key.rsa |
Methods in gnu.java.security.key.rsa that return GnuRSAPublicKey | |
static GnuRSAPublicKey |
GnuRSAPublicKey.valueOf(byte[] k)
A class method that takes the output of the encodePublicKey()
method of an RSA keypair codec object (an instance implementing
gnu.java.security.key.IKeyPairCodec for RSA keys, and re-constructs an instance of this
object. |
|
|||||||||
Home >> All >> gnu >> java >> security >> key >> [ rsa overview ] | PREV NEXT |