Uses of Class
org.xipki.ca.sdk.ErrorEntry
-
-
Uses of ErrorEntry in org.xipki.ca.sdk
Methods in org.xipki.ca.sdk that return ErrorEntry Modifier and Type Method Description static ErrorEntryErrorEntry. decode(org.xipki.util.cbor.CborDecoder decoder)ErrorEntryEnrollOrPollCertsResponse.Entry. getError()ErrorEntrySingleCertSerialEntry. getError()Constructors in org.xipki.ca.sdk with parameters of type ErrorEntry Constructor Description Entry(BigInteger id, ErrorEntry error, byte[] cert, byte[] privateKey)SingleCertSerialEntry(BigInteger serialNumber, ErrorEntry error)
-