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 class KeyPurposeId extends com.android.org.bouncycastle.asn1.DERObjectIdentifier{ // Fields public static final KeyPurposeId anyExtendedKeyUsage = null; public static final KeyPurposeId id_kp_serverAuth = null; public static final KeyPurposeId id_kp_clientAuth = null; public static final KeyPurposeId id_kp_codeSigning = null; public static final KeyPurposeId id_kp_emailProtection = null; public static final KeyPurposeId id_kp_ipsecEndSystem = null; public static final KeyPurposeId id_kp_ipsecTunnel = null; public static final KeyPurposeId id_kp_ipsecUser = null; public static final KeyPurposeId id_kp_timeStamping = null; public static final KeyPurposeId id_kp_OCSPSigning = null; public static final KeyPurposeId id_kp_dvcs = null; public static final KeyPurposeId id_kp_sbgpCertAAServerAuth = null; public static final KeyPurposeId id_kp_scvp_responder = null; public static final KeyPurposeId id_kp_eapOverPPP = null; public static final KeyPurposeId id_kp_eapOverLAN = null; public static final KeyPurposeId id_kp_scvpServer = null; public static final KeyPurposeId id_kp_scvpClient = null; public static final KeyPurposeId id_kp_ipsecIKE = null; public static final KeyPurposeId id_kp_capwapAC = null; public static final KeyPurposeId id_kp_capwapWTP = null; public static final KeyPurposeId id_kp_smartcardlogon = null; // Constructors public KeyPurposeId(java.lang.String arg1){ super((java.lang.String) null); } }