|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectkz.gamma.asn1.ASN1Encodable
kz.gamma.asn1.cmp.ProtectedPart
public class ProtectedPart
| Field Summary | |
|---|---|
private PKIBody |
body
|
private PKIHeader |
header
|
| Fields inherited from class kz.gamma.asn1.ASN1Encodable |
|---|
BER, DER |
| Constructor Summary | |
|---|---|
private |
ProtectedPart(kz.gamma.asn1.ASN1Sequence seq)
|
| Method Summary | |
|---|---|
PKIBody |
getBody()
|
PKIHeader |
getHeader()
|
static ProtectedPart |
getInstance(java.lang.Object o)
|
kz.gamma.asn1.DERObject |
toASN1Object()
ProtectedPart ::= SEQUENCE { header PKIHeader, body PKIBody } |
| 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 |
|---|
private PKIHeader header
private PKIBody body
| Constructor Detail |
|---|
private ProtectedPart(kz.gamma.asn1.ASN1Sequence seq)
| Method Detail |
|---|
public static ProtectedPart getInstance(java.lang.Object o)
public PKIHeader getHeader()
public PKIBody getBody()
public kz.gamma.asn1.DERObject toASN1Object()
ProtectedPart ::= SEQUENCE {
header PKIHeader,
body PKIBody
}
toASN1Object in class kz.gamma.asn1.ASN1Encodable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||