org.mozilla.jss.pkix.crmf

Class EncryptedKey.Template

public static class EncryptedKey.Template extends Object implements ASN1Template

A Template for decoding BER-encoded EncryptedKeys.
Constructor Summary
Template()
Method Summary
ASN1Valuedecode(InputStream istream)
ASN1Valuedecode(Tag implicitTag, InputStream istream)
booleantagMatch(Tag tag)

Constructor Detail

Template

public Template()

Method Detail

decode

public ASN1Value decode(InputStream istream)

decode

public ASN1Value decode(Tag implicitTag, InputStream istream)

Parameters: implicitTag This parameter is ignored, because a CHOICE cannot have an implicitTag.

tagMatch

public boolean tagMatch(Tag tag)