Constructor
new PKIResponse()
PKIResponse Content Type
The PKIResponse content type is used for the Full PKI Response. The PKIResponse content type is identified by:
See GostASN1.ContentInfo and GostASN1.PKIData
RFC 5272 references http://tools.ietf.org/html/rfc5272
The PKIResponse content type is used for the Full PKI Response. The PKIResponse content type is identified by:
id-cct-PKIResponse ::= {id-pkix id-cct(12) 3 }
The ASN.1 structure corresponding to the PKIResponse content type is:
PKIResponse ::= SEQUENCE {
controlSequence SEQUENCE SIZE(0..MAX) OF TaggedAttribute,
cmsSequence SEQUENCE SIZE(0..MAX) OF TaggedContentInfo,
otherMsgSequence SEQUENCE SIZE(0..MAX) OF OtherMsg
}
ReponseBody ::= PKIResponse
Note: In [RFC2797], this ASN.1 type was named ResponseBody. It has
been renamed to PKIResponse for clarity and the old name kept as a
synonym.See GostASN1.ContentInfo and GostASN1.PKIData
RFC 5272 references http://tools.ietf.org/html/rfc5272
Properties:
| Name | Type | Description |
|---|---|---|
controlSequence |
Array.<GostASN1.Attributes> | |
cmsSequence |
Array.<GostASN1.ContentInfo> | |
otherMsgSequence |
Array.<GostASN1.Sequence> |
- Source:
Extends
Methods
-
check()
-
Check the object structure
- Inherited From:
- Source:
-
decode(source)
-
Decode the source to self object
Parameters:
Name Type Description sourceFormatedData Encoded data - Inherited From:
- Source:
-
encode(format) → {FormatedData}
-
Encode the object
Parameters:
Name Type Description formatstring Encoding format 'DER', 'CER' or 'PEM' - Inherited From:
- Source:
Returns:
- Type
- FormatedData