public static class SET.Template.Element
extends java.lang.Object
| Constructor and Description | 
|---|
SET.Template.Element(Tag implicitTag,
                    ASN1Template type,
                    ASN1Value defaultVal)  | 
SET.Template.Element(Tag implicitTag,
                    ASN1Template type,
                    boolean optional)  | 
| Modifier and Type | Method and Description | 
|---|---|
ASN1Value | 
getDefault()
Returns the default value for this element, if one exists. 
 | 
Tag | 
getImplicitTag()  | 
ASN1Template | 
getTemplate()
Returns the template for this element. 
 | 
boolean | 
isOptional()  | 
boolean | 
tagMatch(Tag tag)
Determines whether the given tag satisfies this SET element. 
 | 
public SET.Template.Element(Tag implicitTag, ASN1Template type, boolean optional)
public SET.Template.Element(Tag implicitTag, ASN1Template type, ASN1Value defaultVal)
public boolean isOptional()
public Tag getImplicitTag()
public boolean tagMatch(Tag tag)
public ASN1Template getTemplate()
public ASN1Value getDefault()