Package gnu.crypto.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.

References:

  1. RSA-PSS Signature Scheme with Appendix, part B.
    Primitive specification and supporting documentation.
    Jakob Jonsson and Burt Kaliski.
GnuRSAPublicKey An object that encapsulates an RSA public key.

References:

  1. RSA-PSS Signature Scheme with Appendix, part B.
    Primitive specification and supporting documentation.
    Jakob Jonsson and Burt Kaliski.
RSAKeyPairGenerator A key-pair generator for asymetric keys to use in conjunction with the RSA scheme.

Reference:

  1. RSA-PSS Signature Scheme with Appendix, part B.
RSAKeyPairRawCodec An object that implements the IKeyPairCodec interface for the Raw format to use with RSA keypairs.

Copyright © 2001, 2002, 2003
Free Software Foundation, Inc. All Rights Reserved.