package com.android.org.bouncycastle.asn1.x509; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2010 - 2014 Orange SA * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. * #L% */ @com.francetelecom.rd.stubs.annotation.ClassDone(0) public interface X509ObjectIdentifiers { // Fields public static final java.lang.String id = "2.5.4"; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier commonName = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier countryName = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier localityName = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier stateOrProvinceName = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier organization = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier organizationalUnitName = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier id_at_telephoneNumber = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier id_at_name = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier id_SHA1 = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier ripemd160 = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier ripemd160WithRSAEncryption = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier id_ea_rsa = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier id_pkix = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier id_pe = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier id_ad = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier id_ad_caIssuers = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier id_ad_ocsp = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier ocspAccessMethod = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier crlAccessMethod = null; }