Searched defs:Extensions (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DExtensions.java41 * with the Extensions part of X.509 certificate
48 * Extensions ::= SEQUENCE SIZE (1..MAX) OF Extension
51 public final class Extensions { class
75 // the ASN.1 encoded form of Extensions
79 * Constructs an object representing the value of Extensions.
81 public Extensions() { method in class:Extensions
85 public Extensions(List<Extension> extensions) { method in class:Extensions
349 * Returns ASN.1 encoded form of this X.509 Extensions value.
359 if (!(other instanceof Extensions)) {
362 Extensions tha
[all...]

Completed in 75 milliseconds