Class RSA.SignatureWithMessageRecoveryOperatorFactory<T extends RSA.SignatureParameters>

java.lang.Object
org.bouncycastle.crypto.general.RSA.SignatureWithMessageRecoveryOperatorFactory<T>
Type Parameters:
T - the parameters type for the algorithm the factory is for.
All Implemented Interfaces:
SignatureOperatorFactory<T>, SignatureWithMessageRecoveryOperatorFactory<T>
Enclosing class:
RSA

public static final class RSA.SignatureWithMessageRecoveryOperatorFactory<T extends RSA.SignatureParameters> extends Object
Operator factory for creating RSA based signing and verification operators which also offer message recovery.