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 class
RSA.SignatureOperatorFactory<T extends RSA.SignatureParameters>
Operator factory for creating non-FIPS RSA based signing and verification operators.static class
RSA.SignatureParameters<T extends RSA.SignatureParameters>
Base class for non-FIPS RSA digest based signature algorithm parameters.static class
RSA.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 class
RSA.ISO9796d2PSSSignatureParameters
Parameters for ISO 9796-2 PSS signature algorithms.static class
RSA.ISO9796d2SignatureParameters
Parameters for ISO 9796-2 signature algorithms.static class
RSA.PKCS1v15SignatureParameters
Parameters for PKCS#1 v1.5 signature algorithms.static class
RSA.X931SignatureParameters
Parameters 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.
-