kz.gamma.asn1.cmp
Class ErrorMsgContent

java.lang.Object
  extended by kz.gamma.asn1.ASN1Encodable
      extended by kz.gamma.asn1.cmp.ErrorMsgContent
All Implemented Interfaces:
kz.gamma.asn1.DEREncodable

public class ErrorMsgContent
extends kz.gamma.asn1.ASN1Encodable


Field Summary
private  kz.gamma.asn1.DERInteger errorCode
           
private  PKIFreeText errorDetails
           
private  PKIStatusInfo pKIStatusInfo
           
 
Fields inherited from class kz.gamma.asn1.ASN1Encodable
BER, DER
 
Constructor Summary
private ErrorMsgContent(kz.gamma.asn1.ASN1Sequence seq)
           
 
Method Summary
private  void addOptional(kz.gamma.asn1.ASN1EncodableVector v, kz.gamma.asn1.ASN1Encodable obj)
           
 kz.gamma.asn1.DERInteger getErrorCode()
           
 PKIFreeText getErrorDetails()
           
static ErrorMsgContent getInstance(java.lang.Object o)
           
 PKIStatusInfo getPKIStatusInfo()
           
 kz.gamma.asn1.DERObject toASN1Object()
           ErrorMsgContent ::= SEQUENCE { pKIStatusInfo PKIStatusInfo, errorCode INTEGER OPTIONAL, -- implementation-specific error codes errorDetails PKIFreeText OPTIONAL -- implementation-specific error details }
 
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
 

Field Detail

pKIStatusInfo

private PKIStatusInfo pKIStatusInfo

errorCode

private kz.gamma.asn1.DERInteger errorCode

errorDetails

private PKIFreeText errorDetails
Constructor Detail

ErrorMsgContent

private ErrorMsgContent(kz.gamma.asn1.ASN1Sequence seq)
Method Detail

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.