|
iText 9.5.0 API
|
Wrapper interface for BouncyCastle's representation of RSASSA-PSS parameters in ASN.1. More...
Public Member Functions |
|
| IAlgorithmIdentifier | GetHashAlgorithm () |
| Return the iText.Commons.Bouncycastle.Asn1.X509.IAlgorithmIdentifier describing the digest algorithm to be used in the signature. More... |
|
| IAlgorithmIdentifier | GetMaskGenAlgorithm () |
| Return the iText.Commons.Bouncycastle.Asn1.X509.IAlgorithmIdentifier describing the mask generation function to be used in the signature. More... |
|
| IDerInteger | GetSaltLength () |
| Return the salt length parameter. More... |
|
| IDerInteger | GetTrailerField () |
| Return the trailer field parameter. More... |
|
Public Member Functions inherited from iText.Commons.Bouncycastle.Asn1.IAsn1Encodable |
|
| IAsn1Object | ToASN1Primitive () |
Calls actual toASN1Primitive method for the wrapped ASN1Encodable object. More... |
|
| bool | IsNull () |
| Checks if wrapped object is null. More... |
|
Wrapper interface for BouncyCastle's representation of RSASSA-PSS parameters in ASN.1.
| IAlgorithmIdentifier iText.Commons.Bouncycastle.Asn1.Pkcs.IRsassaPssParameters.GetHashAlgorithm | ( | ) |
Return the iText.Commons.Bouncycastle.Asn1.X509.IAlgorithmIdentifier describing the digest algorithm to be used in the signature.
Implemented in iText.Bouncycastlefips.Asn1.Pcks.RsassaPssParametersBCFips, and iText.Bouncycastle.Asn1.Pcks.RsassaPssParametersBC.
| IAlgorithmIdentifier iText.Commons.Bouncycastle.Asn1.Pkcs.IRsassaPssParameters.GetMaskGenAlgorithm | ( | ) |
Return the iText.Commons.Bouncycastle.Asn1.X509.IAlgorithmIdentifier describing the mask generation function to be used in the signature.
Implemented in iText.Bouncycastlefips.Asn1.Pcks.RsassaPssParametersBCFips, and iText.Bouncycastle.Asn1.Pcks.RsassaPssParametersBC.
| IDerInteger iText.Commons.Bouncycastle.Asn1.Pkcs.IRsassaPssParameters.GetSaltLength | ( | ) |
Return the salt length parameter.
Return the salt length parameter. This is a iText.Commons.Bouncycastle.Math.IASN1Integer for API consistency reasons, but typical values will be small.
Implemented in iText.Bouncycastlefips.Asn1.Pcks.RsassaPssParametersBCFips, and iText.Bouncycastle.Asn1.Pcks.RsassaPssParametersBC.
| IDerInteger iText.Commons.Bouncycastle.Asn1.Pkcs.IRsassaPssParameters.GetTrailerField | ( | ) |
Return the trailer field parameter.
Return the trailer field parameter. This is a iText.Commons.Bouncycastle.Math.IASN1Integer for API consistency reasons, but typical values will be small.
Implemented in iText.Bouncycastlefips.Asn1.Pcks.RsassaPssParametersBCFips, and iText.Bouncycastle.Asn1.Pcks.RsassaPssParametersBC.