Uses of Class
org.xipki.ca.sdk.SingleCertSerialEntry
-
-
Uses of SingleCertSerialEntry in org.xipki.ca.sdk
Methods in org.xipki.ca.sdk that return SingleCertSerialEntry Modifier and Type Method Description static SingleCertSerialEntrySingleCertSerialEntry. decode(org.xipki.util.cbor.CborDecoder decoder)static SingleCertSerialEntry[]SingleCertSerialEntry. decodeArray(org.xipki.util.cbor.CborDecoder decoder)SingleCertSerialEntry[]RevokeCertsResponse. getEntries()SingleCertSerialEntry[]UnSuspendOrRemoveCertsResponse. getEntries()Constructors in org.xipki.ca.sdk with parameters of type SingleCertSerialEntry Constructor Description RevokeCertsResponse(SingleCertSerialEntry[] entries)UnSuspendOrRemoveCertsResponse(SingleCertSerialEntry[] entries)
-