public final class EnrolmentResponse extends Object
| Constructor and Description |
|---|
EnrolmentResponse(PkiMessage pkcsRep) |
| Modifier and Type | Method and Description |
|---|---|
List<org.xipki.security.X509Cert> |
getCertificates() |
FailInfo |
getFailInfo() |
String |
getFailInfoText() |
PkiMessage |
getPkcsRep() |
boolean |
isFailure() |
boolean |
isPending()
Returns true for a pending response, false otherwise.
|
boolean |
isSuccess() |
public EnrolmentResponse(PkiMessage pkcsRep) throws ScepClientException
ScepClientExceptionpublic boolean isPending()
public boolean isFailure()
public boolean isSuccess()
public List<org.xipki.security.X509Cert> getCertificates()
public FailInfo getFailInfo()
public String getFailInfoText()
public PkiMessage getPkcsRep()
Copyright © 2023. All rights reserved.