Package gnu.java.security.key.rsa

Class Summary

GnuRSAKey A base asbtract class for both public and private RSA keys.
GnuRSAPrivateKey An object that embodies an RSA private key.
GnuRSAPublicKey An object that encapsulates an RSA public key.
RSAKeyPairGenerator A key-pair generator for asymetric keys to use in conjunction with the RSA scheme.
RSAKeyPairPKCS8Codec An implementation of an IKeyPairCodec that knows how to encode / decode PKCS#8 ASN.1 external representation of RSA private keys.
RSAKeyPairRawCodec An object that implements the IKeyPairCodec interface for the Raw format to use with RSA keypairs.
RSAKeyPairX509Codec An implementation of an IKeyPairCodec that knows how to encode / decode X.509 ASN.1 external representation of RSA public keys.