public interface IRSASSAPSSParams extends IASN1Encodable
| Modifier and Type | Method and Description |
|---|---|
IAlgorithmIdentifier |
getHashAlgorithm()
Return the
IAlgorithmIdentifier describing the digest algorithm to be used in the signature. |
IAlgorithmIdentifier |
getMaskGenAlgorithm()
Return the
IAlgorithmIdentifier describing the mask generation function to be used in the signature. |
BigInteger |
getSaltLength()
Return the salt length parameter.
|
BigInteger |
getTrailerField()
Return the trailer field parameter.
|
isNull, toASN1PrimitiveIAlgorithmIdentifier getHashAlgorithm()
IAlgorithmIdentifier describing the digest algorithm to be used in the signature.IAlgorithmIdentifierIAlgorithmIdentifier getMaskGenAlgorithm()
IAlgorithmIdentifier describing the mask generation function to be used in the signature.IAlgorithmIdentifierBigInteger getSaltLength()
BigInteger for API consistency reasons, but typical
values will be small.BigInteger getTrailerField()
BigInteger for API consistency reasons, but typical
values will be small.Copyright © 1998–2025 Apryse Group NV. All rights reserved.