org.mozilla.jss.pkcs12

Class SecretBag.Template

public static class SecretBag.Template extends Object implements ASN1Template

A Template class for decoding SecretBags from BER.
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)

tagMatch

public boolean tagMatch(Tag tag)