HomeSort by relevance Sort by last modified time
    Searched refs:Validity (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
Validity.java 32 * with Validity structure which is the part of X.509 certificate
39 * Validity ::= SEQUENCE {
45 public class Validity {
50 // the ASN.1 encoded form of Validity
58 public Validity(Date notBefore, Date notAfter) {
80 * Returns ASN.1 encoded form of this X.509 Validity value.
91 * ASN.1 DER X.509 Validity encoder/decoder class.
98 return new Validity((Date) values[0], (Date) values[1]);
103 Validity validity = (Validity) object
    [all...]
TBSCertificate.java 51 * validity Validity,
73 // the value of validity field of the structure
74 private final Validity validity; field in class:TBSCertificate
95 * @param validity : Validity
101 Validity validity, Name subject,
103 this(version, serialNumber, signature, issuer, validity, subject
    [all...]
  /external/dbus/bus/
config-parser.c 2609 Validity validity; member in struct:__anon3321
    [all...]

Completed in 26 milliseconds