iText 8.0.3 API
iText.Bouncycastle.Asn1.Pcks.RsassaPssParametersBC Class Reference

BC wrapper implementation for IRsassaPssParameters. More...

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

Public Member Functions

  RsassaPssParametersBC (RsassaPssParameters @params)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Pkcs.RSASSAPSSparams. More...
 
RsassaPssParameters  GetRsassaPssParameters ()
  Gets actual org.bouncycastle object being wrapped. More...
 
virtual IAlgorithmIdentifier  GetHashAlgorithm ()
  Return the iText.Commons.Bouncycastle.Asn1.X509.IAlgorithmIdentifier describing the digest algorithm to be used in the signature. More...
 
virtual IAlgorithmIdentifier  GetMaskGenAlgorithm ()
  Return the iText.Commons.Bouncycastle.Asn1.X509.IAlgorithmIdentifier describing the mask generation function to be used in the signature. More...
 
virtual IDerInteger  GetSaltLength ()
  Return the salt length parameter. More...
 
virtual IDerInteger  GetTrailerField ()
  Return the trailer field parameter. More...
 
- Public Member Functions inherited from iText.Bouncycastle.Asn1.Asn1EncodableBC
  Asn1EncodableBC (Asn1Encodable encodable)
  Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Encodable. More...
 
virtual Asn1Encodable  GetEncodable ()
  Gets actual org.bouncycastle object being wrapped. More...
 
virtual IAsn1Object  ToASN1Primitive ()
  Calls actual toASN1Primitive method for the wrapped ASN1Encodable object. More...
 
virtual bool  IsNull ()
  Checks if wrapped object is null. More...
 
override bool  Equals (Object o)
  Indicates whether some other object is "equal to" this one. More...
 
override int  GetHashCode ()
  Returns a hash code value based on the wrapped object. More...
 
override String  ToString ()
  Delegates toString method call to the wrapped object. More...
 

Detailed Description

BC wrapper implementation for IRsassaPssParameters.

Constructor & Destructor Documentation

◆ RsassaPssParametersBC()

iText.Bouncycastle.Asn1.Pcks.RsassaPssParametersBC.RsassaPssParametersBC ( RsassaPssParameters @  params )
inline

Creates new wrapper instance for Org.BouncyCastle.Asn1.Pkcs.RSASSAPSSparams.

Parameters
params

Org.BouncyCastle.Asn1.Pkcs.RSASSAPSSparams to be wrapped

Member Function Documentation

◆ GetHashAlgorithm()

virtual IAlgorithmIdentifier iText.Bouncycastle.Asn1.Pcks.RsassaPssParametersBC.GetHashAlgorithm ( )
inlinevirtual

Return the iText.Commons.Bouncycastle.Asn1.X509.IAlgorithmIdentifier describing the digest algorithm to be used in the signature.

Implements iText.Commons.Bouncycastle.Asn1.Pkcs.IRsassaPssParameters.

◆ GetMaskGenAlgorithm()

virtual IAlgorithmIdentifier iText.Bouncycastle.Asn1.Pcks.RsassaPssParametersBC.GetMaskGenAlgorithm ( )
inlinevirtual

Return the iText.Commons.Bouncycastle.Asn1.X509.IAlgorithmIdentifier describing the mask generation function to be used in the signature.

Implements iText.Commons.Bouncycastle.Asn1.Pkcs.IRsassaPssParameters.

◆ GetRsassaPssParameters()

RsassaPssParameters iText.Bouncycastle.Asn1.Pcks.RsassaPssParametersBC.GetRsassaPssParameters ( )
inline

Gets actual org.bouncycastle object being wrapped.

Returns
wrapped Org.BouncyCastle.Asn1.Pkcs.RsassaPssParameters.

◆ GetSaltLength()

virtual IDerInteger iText.Bouncycastle.Asn1.Pcks.RsassaPssParametersBC.GetSaltLength ( )
inlinevirtual

Return the salt length parameter.

Implements iText.Commons.Bouncycastle.Asn1.Pkcs.IRsassaPssParameters.

◆ GetTrailerField()

virtual IDerInteger iText.Bouncycastle.Asn1.Pcks.RsassaPssParametersBC.GetTrailerField ( )
inlinevirtual

Return the trailer field parameter.

Implements iText.Commons.Bouncycastle.Asn1.Pkcs.IRsassaPssParameters.