Interface IX509CRLHolder
-
- All Known Implementing Classes:
X509CRLHolderBC
public interface IX509CRLHolderThis 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 actualgetEncodedmethod for the wrapped X509CRLHolder object.
-