1 /* 2 * Copyright (c) 1997, 2009, Oracle and/or its affiliates. All rights reserved. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * This code is free software; you can redistribute it and/or modify it 6 * under the terms of the GNU General Public License version 2 only, as 7 * published by the Free Software Foundation. Oracle designates this 8 * particular file as subject to the "Classpath" exception as provided 9 * by Oracle in the LICENSE file that accompanied this code. 10 * 11 * This code is distributed in the hope that it will be useful, but WITHOUT 12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 13 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 14 * version 2 for more details (a copy is included in the LICENSE file that 15 * accompanied this code). 16 * 17 * You should have received a copy of the GNU General Public License version 18 * 2 along with this work; if not, write to the Free Software Foundation, 19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 20 * 21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 22 * or visit www.oracle.com if you need additional information or have any 23 * questions. 24 */ 25 26 package sun.security.x509; 27 28 import java.io.*; 29 import sun.security.util.*; 30 31 @SuppressWarnings({"unchecked", "deprecation", "all"}) 32 public class PKIXExtensions { 33 PKIXExtensions()34 public PKIXExtensions() { 35 throw new RuntimeException("Stub!"); 36 } 37 38 public static final sun.security.util.ObjectIdentifier AuthInfoAccess_Id; 39 40 static { 41 AuthInfoAccess_Id = null; 42 } 43 44 private static final int[] AuthInfoAccess_data; 45 46 static { 47 AuthInfoAccess_data = new int[0]; 48 } 49 50 public static final sun.security.util.ObjectIdentifier AuthorityKey_Id; 51 52 static { 53 AuthorityKey_Id = null; 54 } 55 56 private static final int[] AuthorityKey_data; 57 58 static { 59 AuthorityKey_data = new int[0]; 60 } 61 62 public static final sun.security.util.ObjectIdentifier BasicConstraints_Id; 63 64 static { 65 BasicConstraints_Id = null; 66 } 67 68 private static final int[] BasicConstraints_data; 69 70 static { 71 BasicConstraints_data = new int[0]; 72 } 73 74 public static final sun.security.util.ObjectIdentifier CRLDistributionPoints_Id; 75 76 static { 77 CRLDistributionPoints_Id = null; 78 } 79 80 private static final int[] CRLDistributionPoints_data; 81 82 static { 83 CRLDistributionPoints_data = new int[0]; 84 } 85 86 public static final sun.security.util.ObjectIdentifier CRLNumber_Id; 87 88 static { 89 CRLNumber_Id = null; 90 } 91 92 private static final int[] CRLNumber_data; 93 94 static { 95 CRLNumber_data = new int[0]; 96 } 97 98 @dalvik.annotation.compat.UnsupportedAppUsage 99 public static final sun.security.util.ObjectIdentifier CertificateIssuer_Id; 100 101 static { 102 CertificateIssuer_Id = null; 103 } 104 105 private static final int[] CertificateIssuer_data; 106 107 static { 108 CertificateIssuer_data = new int[0]; 109 } 110 111 public static final sun.security.util.ObjectIdentifier CertificatePolicies_Id; 112 113 static { 114 CertificatePolicies_Id = null; 115 } 116 117 private static final int[] CertificatePolicies_data; 118 119 static { 120 CertificatePolicies_data = new int[0]; 121 } 122 123 public static final sun.security.util.ObjectIdentifier DeltaCRLIndicator_Id; 124 125 static { 126 DeltaCRLIndicator_Id = null; 127 } 128 129 private static final int[] DeltaCRLIndicator_data; 130 131 static { 132 DeltaCRLIndicator_data = new int[0]; 133 } 134 135 public static final sun.security.util.ObjectIdentifier ExtendedKeyUsage_Id; 136 137 static { 138 ExtendedKeyUsage_Id = null; 139 } 140 141 private static final int[] ExtendedKeyUsage_data; 142 143 static { 144 ExtendedKeyUsage_data = new int[0]; 145 } 146 147 public static final sun.security.util.ObjectIdentifier FreshestCRL_Id; 148 149 static { 150 FreshestCRL_Id = null; 151 } 152 153 private static final int[] FreshestCRL_data; 154 155 static { 156 FreshestCRL_data = new int[0]; 157 } 158 159 public static final sun.security.util.ObjectIdentifier HoldInstructionCode_Id; 160 161 static { 162 HoldInstructionCode_Id = null; 163 } 164 165 private static final int[] HoldInstructionCode_data; 166 167 static { 168 HoldInstructionCode_data = new int[0]; 169 } 170 171 public static final sun.security.util.ObjectIdentifier InhibitAnyPolicy_Id; 172 173 static { 174 InhibitAnyPolicy_Id = null; 175 } 176 177 private static final int[] InhibitAnyPolicy_data; 178 179 static { 180 InhibitAnyPolicy_data = new int[0]; 181 } 182 183 public static final sun.security.util.ObjectIdentifier InvalidityDate_Id; 184 185 static { 186 InvalidityDate_Id = null; 187 } 188 189 private static final int[] InvalidityDate_data; 190 191 static { 192 InvalidityDate_data = new int[0]; 193 } 194 195 public static final sun.security.util.ObjectIdentifier IssuerAlternativeName_Id; 196 197 static { 198 IssuerAlternativeName_Id = null; 199 } 200 201 private static final int[] IssuerAlternativeName_data; 202 203 static { 204 IssuerAlternativeName_data = new int[0]; 205 } 206 207 public static final sun.security.util.ObjectIdentifier IssuingDistributionPoint_Id; 208 209 static { 210 IssuingDistributionPoint_Id = null; 211 } 212 213 private static final int[] IssuingDistributionPoint_data; 214 215 static { 216 IssuingDistributionPoint_data = new int[0]; 217 } 218 219 public static final sun.security.util.ObjectIdentifier KeyUsage_Id; 220 221 static { 222 KeyUsage_Id = null; 223 } 224 225 private static final int[] KeyUsage_data; 226 227 static { 228 KeyUsage_data = new int[0]; 229 } 230 231 public static final sun.security.util.ObjectIdentifier NameConstraints_Id; 232 233 static { 234 NameConstraints_Id = null; 235 } 236 237 private static final int[] NameConstraints_data; 238 239 static { 240 NameConstraints_data = new int[0]; 241 } 242 243 public static final sun.security.util.ObjectIdentifier OCSPNoCheck_Id; 244 245 static { 246 OCSPNoCheck_Id = null; 247 } 248 249 private static final int[] OCSPNoCheck_data; 250 251 static { 252 OCSPNoCheck_data = new int[0]; 253 } 254 255 public static final sun.security.util.ObjectIdentifier PolicyConstraints_Id; 256 257 static { 258 PolicyConstraints_Id = null; 259 } 260 261 private static final int[] PolicyConstraints_data; 262 263 static { 264 PolicyConstraints_data = new int[0]; 265 } 266 267 public static final sun.security.util.ObjectIdentifier PolicyMappings_Id; 268 269 static { 270 PolicyMappings_Id = null; 271 } 272 273 private static final int[] PolicyMappings_data; 274 275 static { 276 PolicyMappings_data = new int[0]; 277 } 278 279 public static final sun.security.util.ObjectIdentifier PrivateKeyUsage_Id; 280 281 static { 282 PrivateKeyUsage_Id = null; 283 } 284 285 private static final int[] PrivateKeyUsage_data; 286 287 static { 288 PrivateKeyUsage_data = new int[0]; 289 } 290 291 public static final sun.security.util.ObjectIdentifier ReasonCode_Id; 292 293 static { 294 ReasonCode_Id = null; 295 } 296 297 private static final int[] ReasonCode_data; 298 299 static { 300 ReasonCode_data = new int[0]; 301 } 302 303 public static final sun.security.util.ObjectIdentifier SubjectAlternativeName_Id; 304 305 static { 306 SubjectAlternativeName_Id = null; 307 } 308 309 private static final int[] SubjectAlternativeName_data; 310 311 static { 312 SubjectAlternativeName_data = new int[0]; 313 } 314 315 public static final sun.security.util.ObjectIdentifier SubjectDirectoryAttributes_Id; 316 317 static { 318 SubjectDirectoryAttributes_Id = null; 319 } 320 321 private static final int[] SubjectDirectoryAttributes_data; 322 323 static { 324 SubjectDirectoryAttributes_data = new int[0]; 325 } 326 327 public static final sun.security.util.ObjectIdentifier SubjectInfoAccess_Id; 328 329 static { 330 SubjectInfoAccess_Id = null; 331 } 332 333 private static final int[] SubjectInfoAccess_data; 334 335 static { 336 SubjectInfoAccess_data = new int[0]; 337 } 338 339 public static final sun.security.util.ObjectIdentifier SubjectKey_Id; 340 341 static { 342 SubjectKey_Id = null; 343 } 344 345 private static final int[] SubjectKey_data; 346 347 static { 348 SubjectKey_data = new int[0]; 349 } 350 } 351