Package de.flexiprovider.nf.iq.iqgq

Class Summary
IQGQKeyFactory This class provides the translation between key specifications (IQGQPrivateKeySpec or IQGQPublicKeySpec), DER-encoded ASN.1 representations (X509EncodedKeySpec or PKCS8EncodedKeySpec), and keys (IQGQPrivateKey or IQGQPublicKey).
IQGQKeyPairGenerator This class is used to generate key pairs for the IQGQ signature algorithm (implemented by IQGQSignature.
IQGQParameterGenerator This class is used to generate parameters for the IQGQ signature algorithm.
IQGQParameters This class is used as an opaque representation of cryptographic parameters.
IQGQParameterSpec This class specifies parameters for the IQGQ signature algorithm (implemented by IQGQSignature.
IQGQParamGenParameterSpec This class specifies parameters used for initializing the IQGQParameterGenerator.
IQGQPrivateKey Class for private keys pertaining to the IQGQ algorithm
IQGQPrivateKeySpec  
IQGQPublicKey Class for public keys pertaining to the IQGQ algorithm
IQGQPublicKeySpec  
IQGQSignature The IQGQSignature class implements core parts of the IQGQ algorithm, namely the signature and the verification process.
IQGQSignature.RIPEMD160 IQGQ with RIPEMD160 message digest.
IQGQSignature.SHA1 IQGQ with SHA1 message digest.