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.Retrieves an array ofIASN1ObjectIdentifierrepresenting subject attribute types.
-
Method Details
-
getSignatureAlgorithm
IAlgorithmIdentifier getSignatureAlgorithm()Retrieves signature algorithm identifier from the certificate.- Returns:
- signature algorithm.
-
getSubjectAttributeTypes
IASN1ObjectIdentifier[] getSubjectAttributeTypes()Retrieves an array ofIASN1ObjectIdentifierrepresenting subject attribute types.- Returns:
-
array of
IASN1ObjectIdentifierrepresenting subject attribute types
-