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

  /libcore/ojluni/src/main/java/sun/security/x509/
CertificateVersion.java 42 public class CertificateVersion implements CertAttrSet<String> {
89 public CertificateVersion() {
99 public CertificateVersion(int version) throws IOException {
113 * @param in the DerInputStream to read the CertificateVersion from.
116 public CertificateVersion(DerInputStream in) throws IOException {
126 * @param in the InputStream to read the CertificateVersion from.
129 public CertificateVersion(InputStream in) throws IOException {
142 public CertificateVersion(DerValue val) throws IOException {
156 * Encode the CertificateVersion period in DER form to the stream.
187 "CertAttrSet: CertificateVersion.")
    [all...]
X509CertInfo.java 72 public static final String VERSION = CertificateVersion.NAME;
84 protected CertificateVersion version = new CertificateVersion();
638 version = new CertificateVersion(tmp);
660 if ((version.compare(CertificateVersion.V1) == 0) &&
671 if (version.compare(CertificateVersion.V1) == 0) {
697 if (version.compare(CertificateVersion.V3) != 0) {
766 if ((version.compare(CertificateVersion.V1) == 0) &&
775 if ((version.compare(CertificateVersion.V1) == 0) &&
819 if (!(val instanceof CertificateVersion)) {
    [all...]
X509CertImpl.java 116 CertificateVersion.VERSION;
    [all...]
  /libcore/
openjdk_java_files.mk     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 99 milliseconds