Package io.anyline.nfc.bouncycastle.cms
Interface CMSSignatureAlgorithmNameGenerator
-
- All Implemented Interfaces:
public interface CMSSignatureAlgorithmNameGenerator
-
-
Method Summary
Modifier and Type Method Description abstract StringgetSignatureName(AlgorithmIdentifier digestAlg, AlgorithmIdentifier encryptionAlg)Return the digest algorithm using one of the standard string representations rather than the algorithm object identifier (if possible). -
-
Method Detail
-
getSignatureName
abstract 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).
- Parameters:
digestAlg- the digest algorithm id.encryptionAlg- the encryption, or signing, algorithm id.
-
-
-
-