Uses of Class
org.bouncycastle.crypto.general.RSA.SignatureParameters
-
Packages that use RSA.SignatureParameters Package Description org.bouncycastle.crypto.general Classes for general encryption algorithms and non-FIPS approved variants. -
-
Uses of RSA.SignatureParameters in org.bouncycastle.crypto.general
Classes in org.bouncycastle.crypto.general with type parameters of type RSA.SignatureParameters Modifier and Type Class Description static classRSA.SignatureOperatorFactory<T extends RSA.SignatureParameters>Operator factory for creating non-FIPS RSA based signing and verification operators.static classRSA.SignatureParameters<T extends RSA.SignatureParameters>Base class for non-FIPS RSA digest based signature algorithm parameters.static classRSA.SignatureWithMessageRecoveryOperatorFactory<T extends RSA.SignatureParameters>Operator factory for creating RSA based signing and verification operators which also offer message recovery.Subclasses of RSA.SignatureParameters in org.bouncycastle.crypto.general Modifier and Type Class Description static classRSA.ISO9796d2PSSSignatureParametersParameters for ISO 9796-2 PSS signature algorithms.static classRSA.ISO9796d2SignatureParametersParameters for ISO 9796-2 signature algorithms.static classRSA.PKCS1v15SignatureParametersParameters for PKCS#1 v1.5 signature algorithms.static classRSA.X931SignatureParametersParameters for PKCS#1 v1.5 signature algorithms.Methods in org.bouncycastle.crypto.general with parameters of type RSA.SignatureParameters Modifier and Type Method Description OutputVerifier<T>RSA.SignatureOperatorFactory. doCreateVerifier(AsymmetricPublicKey key, RSA.SignatureParameters parameters)protected OutputVerifierWithMessageRecovery<T>RSA.SignatureWithMessageRecoveryOperatorFactory. doCreateVerifier(AsymmetricPublicKey key, RSA.SignatureParameters parameters)Constructors in org.bouncycastle.crypto.general with parameters of type RSA.SignatureParameters Constructor Description KeyGenParameters(RSA.SignatureParameters parameters, java.math.BigInteger publicExponent, int keySize)Constructor for a key targeted to a specific signature algorithm.
-