|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Validity | |
jsdsi |
Uses of Validity in jsdsi |
Methods in jsdsi that return Validity | |
Validity |
AclEntry.getValidity()
Returns the validity of this AclEntry
(may be null ). |
Validity |
Cert.getValidity()
|
Validity |
Validity.intersect(Validity v)
Intersects this Validity with another and returns the
resulting Validity . |
Methods in jsdsi with parameters of type Validity | |
Validity |
Validity.intersect(Validity v)
Intersects this Validity with another and returns the
resulting Validity . |
static boolean |
Validity.implies(Validity v1,
Validity v2)
|
Constructors in jsdsi with parameters of type Validity | |
AclEntry(Subject s,
Tag t,
boolean p,
Validity v,
java.lang.String c)
Creates a new AclEntry from a given subject, tag,
delegation bit, validity, and comment. |
|
AuthCert(Principal i,
Subject s,
Validity v,
java.lang.String d,
java.lang.String c,
Tag t,
boolean p)
Creates a new AuthCert from a given principal, subject,
validity, display-string, comment, tag, and delegation bit. |
|
Cert(Principal i,
Subject s,
Validity v,
java.lang.String d,
java.lang.String c)
Creates a new Cert using a given issuer, subject, validity,
display string, and comment. |
|
NameCert(Principal i,
Subject s,
Validity v,
java.lang.String d,
java.lang.String c,
java.lang.String n)
Creates a new name certificate from a given principal, subject, validity, display hint, comment, and (local) name. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |