Class Summary | |
---|---|
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
|
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 |
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
|
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. |