Package io.quarkus.vault.pki
Interface CRLData
-
- All Known Implementing Classes:
CRLData.DER,CRLData.PEM
public interface CRLData
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classCRLData.DERDataFormat.DERimplementation ofCRLDatastatic classCRLData.PEMDataFormat.PEMimplementation ofCRLData
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description X509CRLgetCRL()ObjectgetData()Data inDataFormat.PEMorDataFormat.DERformat.DataFormatgetFormat()Format ofgetData()property.
-
-
-
Method Detail
-
getFormat
DataFormat getFormat()
Format ofgetData()property.
-
getData
Object getData()
Data inDataFormat.PEMorDataFormat.DERformat.- See Also:
getFormat()
-
getCRL
X509CRL getCRL() throws CRLException
- Throws:
CRLException
-
-