org.mozilla.jss.pkix.cmmf
public class CertOrEncCert extends Object implements ASN1Value
| Field Summary | |
|---|---|
| static Tag | TAG |
| Constructor Summary | |
|---|---|
| CertOrEncCert(byte[] encodedCert) | |
| Method Summary | |
|---|---|
| void | encode(OutputStream ostream) |
| void | encode(Tag implicitTag, OutputStream ostream) |
| Tag | getTag() |
Throws: InvalidBERException If the certificate is not a valid BER-encoding.
Parameters: implicitTag This parameter is ignored, because a CHOICE cannot have an implicit tag.