|
iText 8.0.3 API
|
BC wrapper implementation for IRsassaPssParameters. More...
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... |
|
BC wrapper implementation for IRsassaPssParameters.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Pkcs.RSASSAPSSparams.
| params |
Org.BouncyCastle.Asn1.Pkcs.RSASSAPSSparams to be wrapped
|
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.
|
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.
|
inline |
Gets actual org.bouncycastle object being wrapped.
|
inlinevirtual |
Return the salt length parameter.
Implements iText.Commons.Bouncycastle.Asn1.Pkcs.IRsassaPssParameters.
|
inlinevirtual |
Return the trailer field parameter.
Implements iText.Commons.Bouncycastle.Asn1.Pkcs.IRsassaPssParameters.