public class RSASSAPSSParamsBC extends ASN1EncodableBC implements IRSASSAPSSParams
IRSASSAPSSParams.| Constructor and Description |
|---|
RSASSAPSSParamsBC(org.bouncycastle.asn1.pkcs.RSASSAPSSparams params)
Creates new wrapper instance for
RSASSAPSSparams. |
| Modifier and Type | Method and Description |
|---|---|
IAlgorithmIdentifier |
getHashAlgorithm() |
IAlgorithmIdentifier |
getMaskGenAlgorithm() |
org.bouncycastle.asn1.pkcs.RSASSAPSSparams |
getRSASSAPSSparams()
Gets actual org.bouncycastle object being wrapped.
|
BigInteger |
getSaltLength() |
BigInteger |
getTrailerField() |
equals, getEncodable, hashCode, isNull, toASN1Primitive, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitisNull, toASN1Primitivepublic RSASSAPSSParamsBC(org.bouncycastle.asn1.pkcs.RSASSAPSSparams params)
RSASSAPSSparams.params - RSASSAPSSparams to be wrappedpublic org.bouncycastle.asn1.pkcs.RSASSAPSSparams getRSASSAPSSparams()
RSASSAPSSparams.public IAlgorithmIdentifier getHashAlgorithm()
getHashAlgorithm in interface IRSASSAPSSParamspublic IAlgorithmIdentifier getMaskGenAlgorithm()
getMaskGenAlgorithm in interface IRSASSAPSSParamspublic BigInteger getSaltLength()
getSaltLength in interface IRSASSAPSSParamspublic BigInteger getTrailerField()
getTrailerField in interface IRSASSAPSSParamsCopyright © 1998–2023 Apryse Group NV. All rights reserved.