|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--spki.BaseObj
|
+--spki.SequenceRef
spki SequenceRef class.
Formal definition:
<seq-ref>:: "(" "ref" <seq-def-name> ")" ;
| Field Summary | |
private static String |
__ME
This class's full name. |
private SeqDefName |
name
The definition's name. |
static String |
SEXP_NAME
This class S-Expression type name, used by toSExpression() and other methods. |
| Fields inherited from class spki.BaseObj |
__ME,
cache_sexp,
cached_sexp,
DEFAULT_HASH_ALG,
locked,
SEXP_NAME |
| Constructor Summary | |
SequenceRef()
Don't use me! |
|
SequenceRef(SeqDefName name)
Create an immutable SequenceRef object from given name. |
|
SequenceRef(SExpression sexp)
Create an immutable SequenceRef object from an S-Expression. |
|
| Method Summary | |
SeqDefName |
getDefName()
|
SExpression |
toSExpression()
Build an SExpression representing this object. |
| Methods inherited from class spki.BaseObj |
disableSExpressionCaching,
enableSExpressionCaching,
extractHashAlgId,
getCachedSExpression,
isLocked,
isSListOfType,
lock,
providerToSPKI,
setCachedSExpression,
spkiToProvider,
toString |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private static final String __ME
public static final String SEXP_NAME
toSExpression()private SeqDefName name
| Constructor Detail |
public SequenceRef()
public SequenceRef(SExpression sexp)
throws ParseException,
SPKIException
sexp - SExpression object containing existing SequenceRef object.
public SequenceRef(SeqDefName name)
throws SPKIException
name - SeqDefName object representing the definition name.| Method Detail |
public SExpression toSExpression()
throws SPKIException
public SeqDefName getDefName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||