org.mozilla.jss.asn1
public interface ASN1Value
See Also: ASN1Template
Method Summary | |
---|---|
void | encode(OutputStream ostream)
Write this value's DER encoding to an output stream using
its own base tag. |
void | encode(Tag implicitTag, 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. |