org.mozilla.jss.pkix.cmmf

Class CertifiedKeyPair

Implemented Interfaces:
ASN1Value

public class CertifiedKeyPair
extends java.lang.Object
implements ASN1Value

Field Summary

static Tag
TAG

Constructor Summary

CertifiedKeyPair(CertOrEncCert certOrEncCert)

Method Summary

void
encode(OutputStream ostream)
void
encode(Tag implicitTag, OutputStream ostream)
Tag
getTag()

Field Details

TAG

public static final Tag TAG

Constructor Details

CertifiedKeyPair

public CertifiedKeyPair(CertOrEncCert certOrEncCert)

Method Details

encode

public void encode(OutputStream ostream)
            throws IOException
Specified by:
encode in interface ASN1Value

encode

public void encode(Tag implicitTag,
                   OutputStream ostream)
            throws IOException
Specified by:
encode in interface ASN1Value

getTag

public Tag getTag()
Specified by:
getTag in interface ASN1Value