Package de.flexiprovider.nf.iq.iqdsa

Class Summary
IQDSAKeyFactory This class provides the translation between key specifications (IQDSAPrivateKeySpec or IQDSAPublicKeySpec), DER-encoded ASN.1 representations (X509EncodedKeySpec or PKCS8EncodedKeySpec), and keys (IQDSAPrivateKey or IQDSAPublicKey).
IQDSAKeyPairGenerator This class is used to generate key pairs for the IQDSA signature algorithm (implemented by IQDSASignature.
IQDSAParameterGenerator This class is used to generate parameters for the IQDSA signature algorithm.
IQDSAParameters This class is used as an opaque representation of cryptographic parameters.
IQDSAParameterSpec This class specifies parameters for the IQDSA signature algorithm (implemented by IQDSASignature.
IQDSAParamGenParameterSpec This class specifies parameters used for initializing the IQDSAParameterGenerator.
IQDSAPrivateKey This class represents IQDSA private keys.
IQDSAPrivateKeySpec This class provides the specification for IQDSA private keys.
IQDSAPublicKey This class represents IQDSA public keys.
IQDSAPublicKeySpec This class provides the specification for IQDSA public keys.
IQDSASignature This class implements the core parts of the IQDSA algorithm, namely the signature and the verification process.
IQDSASignature.RIPEMD160 IQDSA with RIPEMD160 message digest.
IQDSASignature.SHA1 IQDSA with SHA1 message digest.