org.mozilla.jss.asn1

Class ENUMERATED.Template

public static class ENUMERATED.Template extends INTEGER.Template implements ASN1Template

A template for decoding ENUMERATED values from their BER encodings. The template reads the value as an INTEGER. It does not check that it is a valid value for the ENUMERATED type.
Method Summary
ASN1Valuedecode(Tag tag, InputStream derStream)
booleantagMatch(Tag tag)

Method Detail

decode

public ASN1Value decode(Tag tag, InputStream derStream)

tagMatch

public boolean tagMatch(Tag tag)