Package de.flexiprovider.core.dsa

Provides the DSA signature algorithm as defined in FIPS 186-2 with SHA-1 as message digest algorithm.

See:
          Description

Class Summary
DSAKeyFactory This class is able to transform DSA-keys and DSA-key specs into a form that can be used with the FlexiCoreProvider.
DSAKeyPairGenerator This class implements the DSAKeyPairGenerator interface.
DSAParameterGenerator This class implements the DSAAlgorithmParameterGenerator.
DSAParameters This class represents the DSA parameters p, q, g.
DSAParameterSpec This class specifies the set of parameters used with the DSA algorithm.
DSAParamGenParameterSpec This class specifies parameters used for initializing the DSAParameterGenerator.
DSAPrivateKey This class implements the DSAPrivateKey interface.
DSAPrivateKeySpec This class specifies a DSA private key with its associated parameters.
DSAPublicKey This class implements the DSAPublicKey interface.
DSAPublicKeySpec This class specifies a DSA public key with its associated parameters.
DSASignature  
DSASignature.Raw Inner class providing DSA without message digest
DSASignature.SHA1 DSA with SHA1.
DSASignature.SHA224 DSA with SHA224.
DSASignature.SHA256 DSA with SHA256.
DSASignature.SHA384 DSA with SHA384.
DSASignature.SHA512 DSA with SHA512.
 

Package de.flexiprovider.core.dsa Description

Provides the DSA signature algorithm as defined in FIPS 186-2 with SHA-1 as message digest algorithm.