public class ErrorMsgContent extends ASN1Encodable
| Modifier and Type | Field and Description |
|---|---|
private DERInteger |
errorCode |
private PKIFreeText |
errorDetails |
private PKIStatusInfo |
pKIStatusInfo |
BER, DER| Modifier | Constructor and Description |
|---|---|
private |
ErrorMsgContent(ASN1Sequence seq) |
| Modifier and Type | Method and Description |
|---|---|
private void |
addOptional(ASN1EncodableVector v,
ASN1Encodable obj) |
DERInteger |
getErrorCode() |
PKIFreeText |
getErrorDetails() |
static ErrorMsgContent |
getInstance(java.lang.Object o) |
PKIStatusInfo |
getPKIStatusInfo() |
DERObject |
toASN1Object()
ErrorMsgContent ::= SEQUENCE {
pKIStatusInfo PKIStatusInfo,
errorCode INTEGER OPTIONAL,
-- implementation-specific error codes
errorDetails PKIFreeText OPTIONAL
-- implementation-specific error details
}
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCodeprivate PKIStatusInfo pKIStatusInfo
private DERInteger errorCode
private PKIFreeText errorDetails
private ErrorMsgContent(ASN1Sequence seq)
public static ErrorMsgContent getInstance(java.lang.Object o)
public PKIStatusInfo getPKIStatusInfo()
public DERInteger getErrorCode()
public PKIFreeText getErrorDetails()
public DERObject toASN1Object()
ErrorMsgContent ::= SEQUENCE {
pKIStatusInfo PKIStatusInfo,
errorCode INTEGER OPTIONAL,
-- implementation-specific error codes
errorDetails PKIFreeText OPTIONAL
-- implementation-specific error details
}
toASN1Object in class ASN1Encodableprivate void addOptional(ASN1EncodableVector v, ASN1Encodable obj)
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.