Interface IX509CertificateHolder
-
- All Known Subinterfaces:
IJcaX509CertificateHolder
- All Known Implementing Classes:
JcaX509CertificateHolderBC
,X509CertificateHolderBC
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAlgorithmIdentifier
getSignatureAlgorithm()
Retrieves signature algorithm identifier from the certificate.
-
-
-
Method Detail
-
getSignatureAlgorithm
IAlgorithmIdentifier getSignatureAlgorithm()
Retrieves signature algorithm identifier from the certificate.- Returns:
- signature algorithm.
-
-