Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.pkcs.IRSASSAPSSParams
Package
Description
-
Uses of IRSASSAPSSParams in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createRSASSAPSSParams
(IASN1Encodable encodable) Create a RSASSA-PSS params wrapper from an ASN1 Encodable wrapper.BouncyCastleFactory.createRSASSAPSSParamsWithMGF1
(IASN1ObjectIdentifier digestAlgoOid, int saltLen, int trailerField) Create a RSASSA-PSS params wrapper from a digest algorithm OID, a salt length and a trailer field length. -
Uses of IRSASSAPSSParams in com.itextpdf.bouncycastle.asn1.pcks
-
Uses of IRSASSAPSSParams in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createRSASSAPSSParams
(IASN1Encodable encodable) Create a RSASSA-PSS params wrapper from an ASN1 Encodable wrapper.BouncyCastleFipsFactory.createRSASSAPSSParamsWithMGF1
(IASN1ObjectIdentifier digestAlgoOid, int saltLen, int trailerField) Create a RSASSA-PSS params wrapper from a digest algorithm OID, a salt length and a trailer field length. -
Uses of IRSASSAPSSParams in com.itextpdf.bouncycastlefips.asn1.pcks
-
Uses of IRSASSAPSSParams in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createRSASSAPSSParams
(IASN1Encodable encodable) Create a RSASSA-PSS params wrapper from an ASN1 Encodable wrapper.IBouncyCastleFactory.createRSASSAPSSParamsWithMGF1
(IASN1ObjectIdentifier digestAlgoOid, int saltLen, int trailerField) Create a RSASSA-PSS params wrapper from a digest algorithm OID, a salt length and a trailer field length.