Package de.flexiprovider.nf.iq.iqrdsa

Class Summary
IQRDSAKeyFactory This class provides the translation between key specifications (IQRDSAPrivateKeySpec or IQRDSAPublicKeySpec), DER-encoded ASN.1 representations (X509EncodedKeySpec or PKCS8EncodedKeySpec), and keys (IQRDSAPrivateKey or IQRDSAPublicKey).
IQRDSAKeyPairGenerator This class is used to generate key pairs for the IQRDSA signature algorithm (implemented by IQRDSASignature.
IQRDSAParameterGenerator This class implements the IQRDSAAlgorithmParameterGenerator.
IQRDSAParameters This class is used as an opaque representation of cryptographic parameters.
IQRDSAParameterSpec This class specifies parameters for the IQRDSA signature algorithm (implemented by IQRDSASignature).
IQRDSAParamGenParameterSpec This class specifies parameters used for initializing the IQRDSAParameterGenerator.
IQRDSAPrivateKey Class for private keys pertaining to the IQRDSA algorithm
IQRDSAPrivateKeySpec  
IQRDSAPublicKey Class for public keys pertaining to the IQRDSA algorithm
IQRDSAPublicKeySpec  
IQRDSASignature The IQRDSASignature class implements core parts of the IQRDSA algorithm, namely the signature and the verification process.
IQRDSASignature.RIPEMD160 IQRDSA with RIPEMD160 message digest.
IQRDSASignature.SHA1 IQRDSA with SHA1 message digest.