|
JSS 3.1.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.mozilla.jss.pkix.cmmf.CertOrEncCert
| Field Summary | |
private ANY |
certificate
|
(package private) byte[] |
encoding
|
static Tag |
TAG
|
| Constructor Summary | |
CertOrEncCert(byte[] encodedCert)
|
|
| Method Summary | |
void |
encode(java.io.OutputStream ostream)
Write this value's DER encoding to an output stream using its own base tag. |
void |
encode(Tag implicitTag,
java.io.OutputStream ostream)
Write this value's DER encoding to an output stream using an implicit tag. |
Tag |
getTag()
Returns the base tag for this type, not counting any tags that may be imposed on it by its context. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private ANY certificate
byte[] encoding
public static final Tag TAG
| Constructor Detail |
public CertOrEncCert(byte[] encodedCert)
throws java.io.IOException,
InvalidBERException
InvalidBERException - If the certificate is not a valid
BER-encoding.| Method Detail |
public Tag getTag()
ASN1ValuegetTag in interface ASN1Value
public void encode(java.io.OutputStream ostream)
throws java.io.IOException
ASN1Valueencode in interface ASN1Value
public void encode(Tag implicitTag,
java.io.OutputStream ostream)
throws java.io.IOException
ASN1Valueencode in interface ASN1ValueimplicitTag - This parameter is ignored, because a CHOICE
cannot have an implicit tag.
|
JSS 3.1.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||