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 X509Extension { // Fields public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier subjectDirectoryAttributes = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier subjectKeyIdentifier = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier keyUsage = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier privateKeyUsagePeriod = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier subjectAlternativeName = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier issuerAlternativeName = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier basicConstraints = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier cRLNumber = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier reasonCode = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier instructionCode = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier invalidityDate = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier deltaCRLIndicator = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier issuingDistributionPoint = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier certificateIssuer = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier nameConstraints = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier cRLDistributionPoints = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier certificatePolicies = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier policyMappings = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier authorityKeyIdentifier = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier policyConstraints = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier extendedKeyUsage = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier freshestCRL = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier inhibitAnyPolicy = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier authorityInfoAccess = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier subjectInfoAccess = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier logoType = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier biometricInfo = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier qCStatements = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier auditIdentity = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier noRevAvail = null; public static final com.android.org.bouncycastle.asn1.ASN1ObjectIdentifier targetInformation = null; // Constructors public X509Extension(com.android.org.bouncycastle.asn1.DERBoolean arg1, com.android.org.bouncycastle.asn1.ASN1OctetString arg2){ } public X509Extension(boolean arg1, com.android.org.bouncycastle.asn1.ASN1OctetString arg2){ } // Methods public boolean equals(java.lang.Object arg1){ return false; } public int hashCode(){ return 0; } public com.android.org.bouncycastle.asn1.ASN1OctetString getValue(){ return (com.android.org.bouncycastle.asn1.ASN1OctetString) null; } public boolean isCritical(){ return false; } public static com.android.org.bouncycastle.asn1.ASN1Object convertValueToObject(X509Extension arg1) throws java.lang.IllegalArgumentException{ return (com.android.org.bouncycastle.asn1.ASN1Object) null; } public com.android.org.bouncycastle.asn1.ASN1Encodable getParsedValue(){ return (com.android.org.bouncycastle.asn1.ASN1Encodable) null; } }