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.
|
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. |
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.
|
RSAPSSRawSignatureSpi | The implementation of Service Provider Interface (SPI) adapter
for the RSA-PSS signature scheme, encoded and/or decoded in RAW format.
|
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. |