Interface IX509CRLHolder
-
- All Known Implementing Classes:
X509CRLHolderBC
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getEncoded()
Calls actualgetEncoded
method for the wrapped X509CRLHolder object.
-