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

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DExtensions.java40 * with the Extensions part of X.509 certificate
47 * Extensions ::= SEQUENCE SIZE (1..MAX) OF Extension
50 public final class Extensions { class
67 // the ASN.1 encoded form of Extensions
71 * Constructs an object representing the value of Extensions.
73 public Extensions() {} method in class:Extensions
75 public Extensions(List<Extension> extensions) { method in class:Extensions
305 * Returns ASN.1 encoded form of this X.509 Extensions value.
315 if (!(other instanceof Extensions)) {
318 Extensions tha
[all...]

Completed in 72 milliseconds