kz.gamma.asn1.cmp
Class ErrorMsgContent
java.lang.Object
kz.gamma.asn1.ASN1Encodable
kz.gamma.asn1.cmp.ErrorMsgContent
- All Implemented Interfaces:
- kz.gamma.asn1.DEREncodable
public class ErrorMsgContent
- extends kz.gamma.asn1.ASN1Encodable
| Fields inherited from class kz.gamma.asn1.ASN1Encodable |
BER, DER |
|
Constructor Summary |
private |
ErrorMsgContent(kz.gamma.asn1.ASN1Sequence seq)
|
| Methods inherited from class kz.gamma.asn1.ASN1Encodable |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
pKIStatusInfo
private PKIStatusInfo pKIStatusInfo
errorCode
private kz.gamma.asn1.DERInteger errorCode
errorDetails
private PKIFreeText errorDetails
ErrorMsgContent
private ErrorMsgContent(kz.gamma.asn1.ASN1Sequence seq)
getInstance
public static ErrorMsgContent getInstance(java.lang.Object o)
getPKIStatusInfo
public PKIStatusInfo getPKIStatusInfo()
getErrorCode
public kz.gamma.asn1.DERInteger getErrorCode()
getErrorDetails
public PKIFreeText getErrorDetails()
toASN1Object
public kz.gamma.asn1.DERObject toASN1Object()
ErrorMsgContent ::= SEQUENCE {
pKIStatusInfo PKIStatusInfo,
errorCode INTEGER OPTIONAL,
-- implementation-specific error codes
errorDetails PKIFreeText OPTIONAL
-- implementation-specific error details
}
- Specified by:
toASN1Object in class kz.gamma.asn1.ASN1Encodable
- Returns:
- a basic ASN.1 object representation.
addOptional
private void addOptional(kz.gamma.asn1.ASN1EncodableVector v,
kz.gamma.asn1.ASN1Encodable obj)
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.