Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.mozilla.jss.pkix.cmmf.CertOrEncCert
Constructor Summary | |
|
public CertOrEncCert(byte[] encodedCert) throws IOException, InvalidBERException
- Throws:
InvalidBERException
- If the certificate is not a valid BER-encoding.
public void encode(OutputStream ostream) throws IOException
public void encode(Tag implicitTag, OutputStream ostream) throws IOException
- Parameters:
implicitTag
- This parameter is ignored, because a CHOICE cannot have an implicit tag.