Class RSASSAPSSParamsBC
java.lang.Object
com.itextpdf.bouncycastle.asn1.ASN1EncodableBC
com.itextpdf.bouncycastle.asn1.pcks.RSASSAPSSParamsBC
- All Implemented Interfaces:
IASN1Encodable, IRSASSAPSSParams
BC wrapper implementation for
IRSASSAPSSParams.-
Constructor Summary
ConstructorsConstructorDescriptionRSASSAPSSParamsBC(org.bouncycastle.asn1.pkcs.RSASSAPSSparams params) Creates new wrapper instance forRSASSAPSSparams. -
Method Summary
Modifier and TypeMethodDescriptionReturn theIAlgorithmIdentifierdescribing the digest algorithm to be used in the signature.Return theIAlgorithmIdentifierdescribing the mask generation function to be used in the signature.org.bouncycastle.asn1.pkcs.RSASSAPSSparamsGets actual org.bouncycastle object being wrapped.Return the salt length parameter.Return the trailer field parameter.Methods inherited from class ASN1EncodableBC
equals, getEncodable, hashCode, isNull, toASN1Primitive, toStringMethods inherited from interface IASN1Encodable
isNull, toASN1Primitive
-
Constructor Details
-
RSASSAPSSParamsBC
public RSASSAPSSParamsBC(org.bouncycastle.asn1.pkcs.RSASSAPSSparams params) Creates new wrapper instance forRSASSAPSSparams.- Parameters:
params-RSASSAPSSparamsto be wrapped
-
-
Method Details
-
getRSASSAPSSparams
public org.bouncycastle.asn1.pkcs.RSASSAPSSparams getRSASSAPSSparams()Gets actual org.bouncycastle object being wrapped.- Returns:
- wrapped
RSASSAPSSparams.
-
getHashAlgorithm
Return theIAlgorithmIdentifierdescribing the digest algorithm to be used in the signature.- Specified by:
getHashAlgorithmin interfaceIRSASSAPSSParams- Returns:
- an
IAlgorithmIdentifier
-
getMaskGenAlgorithm
Return theIAlgorithmIdentifierdescribing the mask generation function to be used in the signature.- Specified by:
getMaskGenAlgorithmin interfaceIRSASSAPSSParams- Returns:
- an
IAlgorithmIdentifier
-
getSaltLength
Return the salt length parameter. This is aBigIntegerfor API consistency reasons, but typical values will be small.- Specified by:
getSaltLengthin interfaceIRSASSAPSSParams- Returns:
- the salt length parameter
-
getTrailerField
Return the trailer field parameter. This is aBigIntegerfor API consistency reasons, but typical values will be small.- Specified by:
getTrailerFieldin interfaceIRSASSAPSSParams- Returns:
- the trailer field parameter
-