| Home >> All >> gnu >> java >> security >> jce |
| | gnu.java.security.jce.hash.* (13) | | gnu.java.security.jce.prng.* (13) | | gnu.java.security.jce.sig.* (18) |
Package Samples:
gnu.java.security.jce.hash
gnu.java.security.jce.prng
gnu.java.security.jce.sig
Classes:
KeyPairGeneratorAdapter: The implementation of a generic java.security.KeyPairGenerator adapter class to wrap gnu.crypto keypair generator instances. This class defines the Service Provider Interface ( SPI ) for the java.security.KeyPairGenerator class, which is used to generate pairs of public and private keys. All the abstract methods in the java.security.KeyPairGeneratorSpi class are implemented by this class and all its sub-classes. In case the client does not explicitly initialize the KeyPairGenerator (via a call to an initialize() method), the GNU Crypto provider supplies (and document) default values to be used. ...
MessageDigestAdapter: The implementation of a generic java.security.MessageDigest adapter class to wrap gnu.crypto hash instances. This class defines the Service Provider Interface ( SPI ) for the java.security.MessageDigest class, which provides the functionality of a message digest algorithm, such as MD5 or SHA. Message digests are secure one-way hash functions that take arbitrary-sized data and output a fixed- length hash value. All the abstract methods in the java.security.MessageDigestSpi class are implemented by this class and all its sub-classes. All the implementations which subclass this object, and which are ...
SignatureAdapter: The implementation of a generic java.security.Signature adapter class to wrap gnu.crypto signature instances. This class defines the Service Provider Interface ( SPI ) for the java.security.Signature class, which provides the functionality of a digital signature algorithm. Digital signatures are used for authentication and integrity assurance of digital data. All the abstract methods in the java.security.SignatureSpi class are implemented by this class and all its sub-classes. All the implementations which subclass this object, and which are serviced by the GNU Crypto provider implement the java.lang.Cloneable ...
SecureRandomAdapter: The implementation of a generic java.security.SecureRandom adapter class to wrap gnu.crypto prng instances based on Message Digest algorithms. This class defines the Service Provider Interface ( SPI ) for the java.security.SecureRandom class, which provides the functionality of a cryptographically strong pseudo-random number generator. All the abstract methods in the java.security.SecureRandomSpi class are implemented by this class and all its sub-classes.
RSAKeyPairGeneratorSpi: The implementation of a java.security.KeyPairGenerator adapter class to wrap gnu.crypto RSA keypair generator instances. In case the client does not explicitly initialize the KeyPairGenerator (via a call to an initialize() method), the GNU Crypto provider uses a default modulus size (keysize) of 1024 bits.
DSSKeyPairGeneratorSpi: The implementation of a java.security.KeyPairGenerator adapter class to wrap gnu.crypto DSS keypair generator instances. In case the client does not explicitly initialize the KeyPairGenerator (via a call to an initialize() method), the GNU Crypto provider uses a default modulus size (keysize) of 1024 bits.
DSSRawSignatureSpi: The implementation of Service Provider Interface ( SPI ) adapter for the DSS (Digital Signature Standard) signature scheme, encoded and/or decoded in RAW format.
RSAPSSRawSignatureSpi: The implementation of Service Provider Interface ( SPI ) adapter for the RSA-PSS signature scheme, encoded and/or decoded in RAW format.
RipeMD128RandomSpi: The implementation of the RIPEMD128-based SecureRandom Service Provider Interface ( SPI ) adapter.
Sha256RandomSpi: The implementation of the SHA-256 based SecureRandom Service Provider Interface ( SPI ) adapter.
Sha384RandomSpi: The implementation of the SHA-384 based SecureRandom Service Provider Interface ( SPI ) adapter.
Sha512RandomSpi: The implementation of the SHA-512 based SecureRandom Service Provider Interface ( SPI ) adapter.
RipeMD160RandomSpi: The implementation of the RIPEMD160-based SecureRandom Service Provider Interface ( SPI ) adapter.
WhirlpoolRandomSpi: The implementation of the Whirlpool-based SecureRandom Service Provider Interface ( SPI ) adapter.
EncodedKeyFactory: A factory for keys encoded in either the X.509 format (for public keys) or the PKCS#8 format (for private keys).
HavalRandomSpi: The implementation of the HAVAL-based SecureRandom Service Provider Interface ( SPI ) Adapter.
TigerRandomSpi: The implementation of the Tiger based SecureRandom Service Provider Interface ( SPI ) adapter.
Sha160RandomSpi: The implementation of the SHA1-based SecureRandom Service Provider Interface ( SPI ) adapter.
MD4RandomSpi: The implementation of the MD4-based SecureRandom Service Provider Interface ( SPI ) adapter.
MD5RandomSpi: The implementation of the MD5-based SecureRandom Service Provider Interface ( SPI ) adapter.
MD2RandomSpi: The implementation of the MD2-based SecureRandom Service Provider Interface ( SPI ) adapter.
Sha384Spi: The implementation of the SHA-2-2 (384-bit) Service Provider Interface ( SPI ) adapter.
Sha512Spi: The implementation of the SHA-2-3 (512-bit) Service Provider Interface ( SPI ) adapter.
Sha256Spi: The implementation of the SHA-2-1 (256-bit) Service Provider Interface ( SPI ) adapter.
HavalSpi: The implementation of the HAVAL Service Provider Interface ( SPI ) Adapter.
| Home | Contact Us | Privacy Policy | Terms of Service |