Searched refs:V1 (Results 1 - 2 of 2) sorted by relevance

/dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/ocsp/
H A DResponseData.java17 private static final DERInteger V1 = new DERInteger(0); field in class:ResponseData
47 this(V1, responderID, producedAt, responses, responseExtensions);
68 this.version = V1;
73 this.version = V1;
149 if (versionPresent || !version.equals(V1))
H A DTBSRequest.java17 private static final DERInteger V1 = new DERInteger(0); field in class:TBSRequest
29 this.version = V1;
51 version = V1;
56 version = V1;
131 if (!version.equals(V1))

Completed in 380 milliseconds