|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mozilla.jss.asn1.SET.Template.Element
public static class SET.Template.Element
An element of a SET template.
Constructor Summary | |
---|---|
SET.Template.Element(Tag implicitTag,
ASN1Template type,
ASN1Value defaultVal)
|
|
SET.Template.Element(Tag implicitTag,
ASN1Template type,
boolean optional)
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SET.Template.Element(Tag implicitTag, ASN1Template type, boolean optional)
public SET.Template.Element(Tag implicitTag, ASN1Template type, ASN1Value defaultVal)
Method Detail |
---|
public boolean isOptional()
public Tag getImplicitTag()
public boolean tagMatch(Tag tag)
public ASN1Template getTemplate()
public ASN1Value getDefault()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |