public interface CMSSignatureAlgorithmNameGenerator
Modifier and Type | Method and Description |
---|---|
String |
getSignatureName(AlgorithmIdentifier digestAlg,
AlgorithmIdentifier encryptionAlg)
Return the digest algorithm using one of the standard string
representations rather than the algorithm object identifier (if possible).
|
String getSignatureName(AlgorithmIdentifier digestAlg, AlgorithmIdentifier encryptionAlg)
digestAlg
- the digest algorithm id.encryptionAlg
- the encryption, or signing, algorithm id.Copyright © 2021 BouncyCastle.org. All rights reserved.