Interface AlgorithmIdentifierAware
- All Superinterfaces:
Algorithm
- All Known Subinterfaces:
MessageDigestAlgorithm
,RSAPSSSignatureAlgorithm
,SignatureAlgorithm
- All Known Implementing Classes:
MessageDigestAlgorithmImpl
,NoParamsRSAPSSSignatureAlgorithm
,RSAPSSSignatureAlgorithmImpl
,SignatureAlgorithmImpl
Interface that tells that an
Algorithm
instance also represents an ASN.1 AlgorithmIdentifier
.- Author:
- Martin Lindström (martin@idsec.se), Stefan Santesson (stefan@idsec.se)
-
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.x509.AlgorithmIdentifier
Gets the ASN.1AlgorithmIdentifier
for the algorithm.Methods inherited from interface se.swedenconnect.security.algorithms.Algorithm
getJcaName, getOrder, getType, getUri, isBlacklisted
-
Method Details
-
getAlgorithmIdentifier
org.bouncycastle.asn1.x509.AlgorithmIdentifier getAlgorithmIdentifier()Gets the ASN.1AlgorithmIdentifier
for the algorithm.- Returns:
- the AlgorithmIdentifier
-