org.mozilla.jss.pkcs7
Class RecipientInfo
java.lang.Object
org.mozilla.jss.pkcs7.RecipientInfo
- ASN1Value
public class RecipientInfo
extends java.lang.Object
TAG
public static final Tag TAG
encode
public void encode(OutputStream ostream)
throws IOException
Write this value's DER encoding to an output stream using
its own base tag.
- encode in interface ASN1Value
encode
public void encode(Tag tag,
OutputStream ostream)
throws IOException
Write this value's DER encoding to an output stream using
an implicit tag.
- encode in interface ASN1Value
getTag
public Tag getTag()
Returns the base tag for this type, not counting any tags
that may be imposed on it by its context.
- getTag in interface ASN1Value
getVersion
public INTEGER getVersion()