|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UnverifiedKeyBinding
A particular key binding and its current status is NOT known (to the issuer).
[188] The <UnverifiedKeyBinding>
element is derived from the
XKeyBindingAbstractType
. It describes a key binding but makes no
assertion regarding the status of the key binding.
[189] The <UnverifiedKeyBinding>
element extends the
XKeyBindingAbstractType
with the following additional elements:
<ValidityInterval>
[Optional]
The time interval for which the key binding relationship is requested to be
asserted.
Method Summary | |
---|---|
Calendar[] |
getValidityInterval()
Gets the validity interval of this UnverifiedKeyBinding . |
void |
setValidityInterval(Calendar notBefore,
Calendar notOnOrAfter)
Sets the validity interval of this UnverifiedKeyBinding . |
Methods inherited from interface XKeyBindingAbstractType |
---|
addKeyUsage, addUseKeyWith, addUseKeyWith, getId, getKeyInfo, getKeyUsage, getUseKeyWithList, getUseKeyWithSize, removeKeyUsage, setId, setKeyInfo |
Method Detail |
---|
void setValidityInterval(Calendar notBefore, Calendar notOnOrAfter)
UnverifiedKeyBinding
.
notBefore
- start of the validity intervalnotOnOrAfter
- end of the validty intervalCalendar[] getValidityInterval()
UnverifiedKeyBinding
.
The first element is a Calendar
object for
NotBefore
, the second for NotOnOrAfter
.
If the values are not set, the array contains null
.
Calendar[]
specifying the validity interval.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |