public class ErrorMsgContent
extends java.lang.Object
implements org.bouncycastle.asn1.ASN1Encodable
ErrorMsgContent ::= SEQUENCE { pKIStatusInfo PKIStatusInfo, errorCode INTEGER OPTIONAL, -- implementation-specific error codes errorDetails PKIFreeText OPTIONAL -- implementation-specific error details }
Constructor and Description |
---|
ErrorMsgContent(org.bouncycastle.asn1.ASN1Sequence seq) |
ErrorMsgContent(PKIStatusInfo pKIstatusInfo) |
Modifier and Type | Method and Description |
---|---|
org.bouncycastle.asn1.ASN1Integer |
getErrorCode() |
PKIFreeText |
getErrorDetails() |
static ErrorMsgContent |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj,
boolean explicit) |
static ErrorMsgContent |
getInstance(java.lang.Object obj) |
PKIStatusInfo |
getPKIStatus() |
void |
setErrorCode(org.bouncycastle.asn1.ASN1Integer errorCode) |
void |
setErrorDetails(PKIFreeText errorDetails) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
java.lang.String |
toString() |
public ErrorMsgContent(org.bouncycastle.asn1.ASN1Sequence seq)
public ErrorMsgContent(PKIStatusInfo pKIstatusInfo)
public static ErrorMsgContent getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
public static ErrorMsgContent getInstance(java.lang.Object obj)
public PKIStatusInfo getPKIStatus()
public org.bouncycastle.asn1.ASN1Integer getErrorCode()
public void setErrorCode(org.bouncycastle.asn1.ASN1Integer errorCode)
public PKIFreeText getErrorDetails()
public void setErrorDetails(PKIFreeText errorDetails)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2018 Agencia de Tecnología y Certificación Electrónica. All Rights Reserved.