Interface IX509CRLHolder
- All Known Implementing Classes:
-
X509CRLHolderBC
,X509CRLHolderBCFips
public interface IX509CRLHolder
This interface represents the wrapper for X509CRLHolder that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Calls actualgetEncoded
method for the wrapped X509CRLHolder object.
-
Method Details
-
getEncoded
Calls actualgetEncoded
method for the wrapped X509CRLHolder object.- Returns:
- the default encoding for the wrapped object.
- Throws:
-
IOException
- on encoding error.
-