iText 9.0.0 API
iText.Commons.Bouncycastle.Asn1.Pkcs.IRsassaPssParameters Interface Reference

Wrapper interface for BouncyCastle's representation of RSASSA-PSS parameters in ASN.1. More...

Inheritance diagram for iText.Commons.Bouncycastle.Asn1.Pkcs.IRsassaPssParameters:
iText.Commons.Bouncycastle.Asn1.IAsn1Encodable iText.Bouncycastle.Asn1.Pcks.RsassaPssParametersBC iText.Bouncycastlefips.Asn1.Pcks.RsassaPssParametersBCFips

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...
 

Detailed Description

Wrapper interface for BouncyCastle's representation of RSASSA-PSS parameters in ASN.1.

Member Function Documentation

◆ GetHashAlgorithm()

IAlgorithmIdentifier iText.Commons.Bouncycastle.Asn1.Pkcs.IRsassaPssParameters.GetHashAlgorithm ( )

◆ GetMaskGenAlgorithm()

IAlgorithmIdentifier iText.Commons.Bouncycastle.Asn1.Pkcs.IRsassaPssParameters.GetMaskGenAlgorithm ( )

◆ GetSaltLength()

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.

◆ GetTrailerField()

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.