public class ErrorMsgContent extends ASN1Object
| Constructor and Description |
|---|
ErrorMsgContent(PKIStatusInfo pkiStatusInfo) |
ErrorMsgContent(PKIStatusInfo pkiStatusInfo,
ASN1Integer errorCode,
PKIFreeText errorDetails) |
| Modifier and Type | Method and Description |
|---|---|
ASN1Integer |
getErrorCode() |
PKIFreeText |
getErrorDetails() |
static ErrorMsgContent |
getInstance(java.lang.Object o) |
PKIStatusInfo |
getPKIStatusInfo() |
ASN1Primitive |
toASN1Primitive()
ErrorMsgContent ::= SEQUENCE {
pKIStatusInfo PKIStatusInfo,
errorCode INTEGER OPTIONAL,
-- implementation-specific error codes
errorDetails PKIFreeText OPTIONAL
-- implementation-specific error details
}
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic ErrorMsgContent(PKIStatusInfo pkiStatusInfo)
public ErrorMsgContent(PKIStatusInfo pkiStatusInfo, ASN1Integer errorCode, PKIFreeText errorDetails)
public static ErrorMsgContent getInstance(java.lang.Object o)
public PKIStatusInfo getPKIStatusInfo()
public ASN1Integer getErrorCode()
public PKIFreeText getErrorDetails()
public ASN1Primitive toASN1Primitive()
toASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object