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