Interface IX509CertificateHolder
- All Known Subinterfaces:
-
IJcaX509CertificateHolder
- All Known Implementing Classes:
-
JcaX509CertificateHolderBC
,JcaX509CertificateHolderBCFips
,X509CertificateHolderBC
,X509CertificateHolderBCFips
public interface IX509CertificateHolder
This interface represents the wrapper for X509CertificateHolder that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves signature algorithm identifier from the certificate.
-
Method Details
-
getSignatureAlgorithm
IAlgorithmIdentifier getSignatureAlgorithm()Retrieves signature algorithm identifier from the certificate.- Returns:
- signature algorithm.
-