Home >> All >> gnu >> java >> security >> key >> [ rsa Javadoc ] |
gnu.java.security.key.rsa: Javadoc index of package gnu.java.security.key.rsa.
Package Samples:
gnu.java.security.key.rsa
Classes:
RSAKeyPairGenerator: A key-pair generator for asymetric keys to use in conjunction with the RSA scheme. Reference: RSA-PSS Signature Scheme with Appendix , part B. Primitive specification and supporting documentation. Jakob Jonsson and Burt Kaliski. Handbook of Applied Cryptography , Alfred J. Menezes, Paul C. van Oorschot and Scott A. Vanstone. Section 11.3 RSA and related signature schemes.
GnuRSAPublicKey: An object that encapsulates an RSA public key. References: RSA-PSS Signature Scheme with Appendix, part B. Primitive specification and supporting documentation. Jakob Jonsson and Burt Kaliski.
GnuRSAPrivateKey: An object that embodies an RSA private key. References: RSA-PSS Signature Scheme with Appendix, part B. Primitive specification and supporting documentation. Jakob Jonsson and Burt Kaliski.
RSAKeyPairPKCS8Codec: An implementation of an gnu.java.security.key.IKeyPairCodec that knows how to encode / decode PKCS#8 ASN.1 external representation of RSA private keys.
RSAKeyPairX509Codec: An implementation of an gnu.java.security.key.IKeyPairCodec that knows how to encode / decode X.509 ASN.1 external representation of RSA public keys.
RSAKeyPairRawCodec: An object that implements the gnu.java.security.key.IKeyPairCodec interface for the Raw format to use with RSA keypairs.
GnuRSAKey: A base asbtract class for both public and private RSA keys.
Home | Contact Us | Privacy Policy | Terms of Service |