public final class sun.security.provider.certpath.AlgorithmChecker extends java.security.cert.PKIXCertPathChecker
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: sun.security.provider.certpath.AlgorithmChecker
  super_class: java.security.cert.PKIXCertPathChecker
{
  private static final sun.security.util.Debug debug;
    descriptor: Lsun/security/util/Debug;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.security.AlgorithmConstraints constraints;
    descriptor: Ljava/security/AlgorithmConstraints;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.security.PublicKey trustedPubKey;
    descriptor: Ljava/security/PublicKey;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Date pkixdate;
    descriptor: Ljava/util/Date;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.security.PublicKey prevPubKey;
    descriptor: Ljava/security/PublicKey;
    flags: (0x0002) ACC_PRIVATE

  private final java.security.Timestamp jarTimestamp;
    descriptor: Ljava/security/Timestamp;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String variant;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final java.util.Set<java.security.CryptoPrimitive> SIGNATURE_PRIMITIVE_SET;
    descriptor: Ljava/util/Set;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/security/CryptoPrimitive;>;

  private static final java.util.Set<java.security.CryptoPrimitive> KU_PRIMITIVE_SET;
    descriptor: Ljava/util/Set;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Set<Ljava/security/CryptoPrimitive;>;

  private static final sun.security.util.DisabledAlgorithmConstraints certPathDefaultConstraints;
    descriptor: Lsun/security/util/DisabledAlgorithmConstraints;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final boolean publicCALimits;
    descriptor: Z
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private boolean trustedMatch;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 77
            ldc "certpath"
            invokestatic sun.security.util.Debug.getInstance:(Ljava/lang/String;)Lsun/security/util/Debug;
            putstatic sun.security.provider.certpath.AlgorithmChecker.debug:Lsun/security/util/Debug;
         1: .line 87
            getstatic java.security.CryptoPrimitive.SIGNATURE:Ljava/security/CryptoPrimitive;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;)Ljava/util/EnumSet;
            invokestatic java.util.Collections.unmodifiableSet:(Ljava/util/Set;)Ljava/util/Set;
         2: .line 86
            putstatic sun.security.provider.certpath.AlgorithmChecker.SIGNATURE_PRIMITIVE_SET:Ljava/util/Set;
         3: .line 91
            getstatic java.security.CryptoPrimitive.SIGNATURE:Ljava/security/CryptoPrimitive;
         4: .line 92
            getstatic java.security.CryptoPrimitive.KEY_ENCAPSULATION:Ljava/security/CryptoPrimitive;
         5: .line 93
            getstatic java.security.CryptoPrimitive.PUBLIC_KEY_ENCRYPTION:Ljava/security/CryptoPrimitive;
         6: .line 94
            getstatic java.security.CryptoPrimitive.KEY_AGREEMENT:Ljava/security/CryptoPrimitive;
         7: .line 90
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;Ljava/lang/Enum;Ljava/lang/Enum;Ljava/lang/Enum;)Ljava/util/EnumSet;
            invokestatic java.util.Collections.unmodifiableSet:(Ljava/util/Set;)Ljava/util/Set;
         8: .line 89
            putstatic sun.security.provider.certpath.AlgorithmChecker.KU_PRIMITIVE_SET:Ljava/util/Set;
         9: .line 97
            new sun.security.util.DisabledAlgorithmConstraints
            dup
        10: .line 98
            ldc "jdk.certpath.disabledAlgorithms"
        11: .line 97
            invokespecial sun.security.util.DisabledAlgorithmConstraints.<init>:(Ljava/lang/String;)V
            putstatic sun.security.provider.certpath.AlgorithmChecker.certPathDefaultConstraints:Lsun/security/util/DisabledAlgorithmConstraints;
        12: .line 102
            getstatic sun.security.provider.certpath.AlgorithmChecker.certPathDefaultConstraints:Lsun/security/util/DisabledAlgorithmConstraints;
            ldc "jdkCA"
            invokevirtual sun.security.util.DisabledAlgorithmConstraints.checkProperty:(Ljava/lang/String;)Z
        13: .line 101
            putstatic sun.security.provider.certpath.AlgorithmChecker.publicCALimits:Z
        14: .line 102
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.security.cert.TrustAnchor, java.lang.String);
    descriptor: (Ljava/security/cert/TrustAnchor;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // sun.security.provider.certpath.AlgorithmChecker this
        start local 1 // java.security.cert.TrustAnchor anchor
        start local 2 // java.lang.String variant
         0: .line 118
            aload 0 /* this */
            aload 1 /* anchor */
            getstatic sun.security.provider.certpath.AlgorithmChecker.certPathDefaultConstraints:Lsun/security/util/DisabledAlgorithmConstraints;
            aconst_null
            aconst_null
            aload 2 /* variant */
            invokespecial sun.security.provider.certpath.AlgorithmChecker.<init>:(Ljava/security/cert/TrustAnchor;Ljava/security/AlgorithmConstraints;Ljava/util/Date;Ljava/security/Timestamp;Ljava/lang/String;)V
         1: .line 119
            return
        end local 2 // java.lang.String variant
        end local 1 // java.security.cert.TrustAnchor anchor
        end local 0 // sun.security.provider.certpath.AlgorithmChecker this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/security/provider/certpath/AlgorithmChecker;
            0    2     1   anchor  Ljava/security/cert/TrustAnchor;
            0    2     2  variant  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      anchor   
      variant  

  public void <init>(java.security.AlgorithmConstraints, java.security.Timestamp, java.lang.String);
    descriptor: (Ljava/security/AlgorithmConstraints;Ljava/security/Timestamp;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // sun.security.provider.certpath.AlgorithmChecker this
        start local 1 // java.security.AlgorithmConstraints constraints
        start local 2 // java.security.Timestamp jarTimestamp
        start local 3 // java.lang.String variant
         0: .line 137
            aload 0 /* this */
            aconst_null
            aload 1 /* constraints */
            aconst_null
            aload 2 /* jarTimestamp */
            aload 3 /* variant */
            invokespecial sun.security.provider.certpath.AlgorithmChecker.<init>:(Ljava/security/cert/TrustAnchor;Ljava/security/AlgorithmConstraints;Ljava/util/Date;Ljava/security/Timestamp;Ljava/lang/String;)V
         1: .line 138
            return
        end local 3 // java.lang.String variant
        end local 2 // java.security.Timestamp jarTimestamp
        end local 1 // java.security.AlgorithmConstraints constraints
        end local 0 // sun.security.provider.certpath.AlgorithmChecker this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lsun/security/provider/certpath/AlgorithmChecker;
            0    2     1   constraints  Ljava/security/AlgorithmConstraints;
            0    2     2  jarTimestamp  Ljava/security/Timestamp;
            0    2     3       variant  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      constraints   
      jarTimestamp  
      variant       

  public void <init>(java.security.cert.TrustAnchor, java.security.AlgorithmConstraints, java.util.Date, java.security.Timestamp, java.lang.String);
    descriptor: (Ljava/security/cert/TrustAnchor;Ljava/security/AlgorithmConstraints;Ljava/util/Date;Ljava/security/Timestamp;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=6
        start local 0 // sun.security.provider.certpath.AlgorithmChecker this
        start local 1 // java.security.cert.TrustAnchor anchor
        start local 2 // java.security.AlgorithmConstraints constraints
        start local 3 // java.util.Date pkixdate
        start local 4 // java.security.Timestamp jarTimestamp
        start local 5 // java.lang.String variant
         0: .line 156
            aload 0 /* this */
            invokespecial java.security.cert.PKIXCertPathChecker.<init>:()V
         1: .line 106
            aload 0 /* this */
            iconst_0
            putfield sun.security.provider.certpath.AlgorithmChecker.trustedMatch:Z
         2: .line 160
            aload 1 /* anchor */
            ifnull 11
         3: .line 161
            aload 1 /* anchor */
            invokevirtual java.security.cert.TrustAnchor.getTrustedCert:()Ljava/security/cert/X509Certificate;
            ifnull 9
         4: .line 162
            aload 0 /* this */
            aload 1 /* anchor */
            invokevirtual java.security.cert.TrustAnchor.getTrustedCert:()Ljava/security/cert/X509Certificate;
            invokevirtual java.security.cert.X509Certificate.getPublicKey:()Ljava/security/PublicKey;
            putfield sun.security.provider.certpath.AlgorithmChecker.trustedPubKey:Ljava/security/PublicKey;
         5: .line 164
            aload 0 /* this */
            aload 1 /* anchor */
            invokevirtual java.security.cert.TrustAnchor.getTrustedCert:()Ljava/security/cert/X509Certificate;
            invokestatic sun.security.provider.certpath.AlgorithmChecker.checkFingerprint:(Ljava/security/cert/X509Certificate;)Z
            putfield sun.security.provider.certpath.AlgorithmChecker.trustedMatch:Z
         6: .line 165
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.trustedMatch:Z
            ifeq 14
            getstatic sun.security.provider.certpath.AlgorithmChecker.debug:Lsun/security/util/Debug;
            ifnull 14
         7: .line 166
            getstatic sun.security.provider.certpath.AlgorithmChecker.debug:Lsun/security/util/Debug;
            ldc "trustedMatch = true"
            invokevirtual sun.security.util.Debug.println:(Ljava/lang/String;)V
         8: .line 168
            goto 14
         9: .line 169
      StackMap locals: sun.security.provider.certpath.AlgorithmChecker java.security.cert.TrustAnchor java.security.AlgorithmConstraints java.util.Date java.security.Timestamp java.lang.String
      StackMap stack:
            aload 0 /* this */
            aload 1 /* anchor */
            invokevirtual java.security.cert.TrustAnchor.getCAPublicKey:()Ljava/security/PublicKey;
            putfield sun.security.provider.certpath.AlgorithmChecker.trustedPubKey:Ljava/security/PublicKey;
        10: .line 171
            goto 14
        11: .line 172
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.security.provider.certpath.AlgorithmChecker.trustedPubKey:Ljava/security/PublicKey;
        12: .line 173
            getstatic sun.security.provider.certpath.AlgorithmChecker.debug:Lsun/security/util/Debug;
            ifnull 14
        13: .line 174
            getstatic sun.security.provider.certpath.AlgorithmChecker.debug:Lsun/security/util/Debug;
            ldc "TrustAnchor is null, trustedMatch is false."
            invokevirtual sun.security.util.Debug.println:(Ljava/lang/String;)V
        14: .line 178
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.trustedPubKey:Ljava/security/PublicKey;
            putfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
        15: .line 179
            aload 0 /* this */
            aload 2 /* constraints */
            ifnonnull 16
            getstatic sun.security.provider.certpath.AlgorithmChecker.certPathDefaultConstraints:Lsun/security/util/DisabledAlgorithmConstraints;
            goto 17
        16: .line 180
      StackMap locals:
      StackMap stack: sun.security.provider.certpath.AlgorithmChecker
            aload 2 /* constraints */
        17: .line 179
      StackMap locals: sun.security.provider.certpath.AlgorithmChecker java.security.cert.TrustAnchor java.security.AlgorithmConstraints java.util.Date java.security.Timestamp java.lang.String
      StackMap stack: sun.security.provider.certpath.AlgorithmChecker java.security.AlgorithmConstraints
            putfield sun.security.provider.certpath.AlgorithmChecker.constraints:Ljava/security/AlgorithmConstraints;
        18: .line 183
            aload 0 /* this */
            aload 4 /* jarTimestamp */
            ifnull 19
            aload 4 /* jarTimestamp */
            invokevirtual java.security.Timestamp.getTimestamp:()Ljava/util/Date;
            goto 20
        19: .line 184
      StackMap locals:
      StackMap stack: sun.security.provider.certpath.AlgorithmChecker
            aload 3 /* pkixdate */
        20: .line 183
      StackMap locals: sun.security.provider.certpath.AlgorithmChecker java.security.cert.TrustAnchor java.security.AlgorithmConstraints java.util.Date java.security.Timestamp java.lang.String
      StackMap stack: sun.security.provider.certpath.AlgorithmChecker java.util.Date
            putfield sun.security.provider.certpath.AlgorithmChecker.pkixdate:Ljava/util/Date;
        21: .line 185
            aload 0 /* this */
            aload 4 /* jarTimestamp */
            putfield sun.security.provider.certpath.AlgorithmChecker.jarTimestamp:Ljava/security/Timestamp;
        22: .line 186
            aload 0 /* this */
            aload 5 /* variant */
            ifnonnull 23
            ldc "generic"
            goto 24
      StackMap locals:
      StackMap stack: sun.security.provider.certpath.AlgorithmChecker
        23: aload 5 /* variant */
      StackMap locals: sun.security.provider.certpath.AlgorithmChecker java.security.cert.TrustAnchor java.security.AlgorithmConstraints java.util.Date java.security.Timestamp java.lang.String
      StackMap stack: sun.security.provider.certpath.AlgorithmChecker java.lang.String
        24: putfield sun.security.provider.certpath.AlgorithmChecker.variant:Ljava/lang/String;
        25: .line 187
            return
        end local 5 // java.lang.String variant
        end local 4 // java.security.Timestamp jarTimestamp
        end local 3 // java.util.Date pkixdate
        end local 2 // java.security.AlgorithmConstraints constraints
        end local 1 // java.security.cert.TrustAnchor anchor
        end local 0 // sun.security.provider.certpath.AlgorithmChecker this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   26     0          this  Lsun/security/provider/certpath/AlgorithmChecker;
            0   26     1        anchor  Ljava/security/cert/TrustAnchor;
            0   26     2   constraints  Ljava/security/AlgorithmConstraints;
            0   26     3      pkixdate  Ljava/util/Date;
            0   26     4  jarTimestamp  Ljava/security/Timestamp;
            0   26     5       variant  Ljava/lang/String;
    MethodParameters:
              Name  Flags
      anchor        
      constraints   
      pkixdate      
      jarTimestamp  
      variant       

  public void <init>(java.security.cert.TrustAnchor, java.util.Date, java.lang.String);
    descriptor: (Ljava/security/cert/TrustAnchor;Ljava/util/Date;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // sun.security.provider.certpath.AlgorithmChecker this
        start local 1 // java.security.cert.TrustAnchor anchor
        start local 2 // java.util.Date pkixdate
        start local 3 // java.lang.String variant
         0: .line 201
            aload 0 /* this */
            aload 1 /* anchor */
            getstatic sun.security.provider.certpath.AlgorithmChecker.certPathDefaultConstraints:Lsun/security/util/DisabledAlgorithmConstraints;
            aload 2 /* pkixdate */
            aconst_null
            aload 3 /* variant */
            invokespecial sun.security.provider.certpath.AlgorithmChecker.<init>:(Ljava/security/cert/TrustAnchor;Ljava/security/AlgorithmConstraints;Ljava/util/Date;Ljava/security/Timestamp;Ljava/lang/String;)V
         1: .line 202
            return
        end local 3 // java.lang.String variant
        end local 2 // java.util.Date pkixdate
        end local 1 // java.security.cert.TrustAnchor anchor
        end local 0 // sun.security.provider.certpath.AlgorithmChecker this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/security/provider/certpath/AlgorithmChecker;
            0    2     1    anchor  Ljava/security/cert/TrustAnchor;
            0    2     2  pkixdate  Ljava/util/Date;
            0    2     3   variant  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      anchor    
      pkixdate  
      variant   

  private static boolean checkFingerprint(java.security.cert.X509Certificate);
    descriptor: (Ljava/security/cert/X509Certificate;)Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.security.cert.X509Certificate cert
         0: .line 207
            getstatic sun.security.provider.certpath.AlgorithmChecker.publicCALimits:Z
            ifne 2
         1: .line 208
            iconst_0
            ireturn
         2: .line 211
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.certpath.AlgorithmChecker.debug:Lsun/security/util/Debug;
            ifnull 4
         3: .line 212
            getstatic sun.security.provider.certpath.AlgorithmChecker.debug:Lsun/security/util/Debug;
            new java.lang.StringBuilder
            dup
            ldc "AlgorithmChecker.contains: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* cert */
            invokevirtual java.security.cert.X509Certificate.getSigAlgName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual sun.security.util.Debug.println:(Ljava/lang/String;)V
         4: .line 214
      StackMap locals:
      StackMap stack:
            aload 0 /* cert */
            invokestatic sun.security.util.AnchorCertificates.contains:(Ljava/security/cert/X509Certificate;)Z
            ireturn
        end local 0 // java.security.cert.X509Certificate cert
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  cert  Ljava/security/cert/X509Certificate;
    MethodParameters:
      Name  Flags
      cert  

  public void init(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.provider.certpath.AlgorithmChecker this
        start local 1 // boolean forward
         0: .line 220
            iload 1 /* forward */
            ifne 6
         1: .line 221
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.trustedPubKey:Ljava/security/PublicKey;
            ifnull 4
         2: .line 222
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.trustedPubKey:Ljava/security/PublicKey;
            putfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
         3: .line 223
            goto 8
         4: .line 224
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
         5: .line 226
            goto 8
         6: .line 228
      StackMap locals:
      StackMap stack:
            new java.security.cert.CertPathValidatorException
            dup
            ldc "forward checking not supported"
         7: .line 227
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 230
      StackMap locals:
      StackMap stack:
            return
        end local 1 // boolean forward
        end local 0 // sun.security.provider.certpath.AlgorithmChecker this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lsun/security/provider/certpath/AlgorithmChecker;
            0    9     1  forward  Z
    Exceptions:
      throws java.security.cert.CertPathValidatorException
    MethodParameters:
         Name  Flags
      forward  

  public boolean isForwardCheckingSupported();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.certpath.AlgorithmChecker this
         0: .line 236
            iconst_0
            ireturn
        end local 0 // sun.security.provider.certpath.AlgorithmChecker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/certpath/AlgorithmChecker;

  public java.util.Set<java.lang.String> getSupportedExtensions();
    descriptor: ()Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.security.provider.certpath.AlgorithmChecker this
         0: .line 241
            aconst_null
            areturn
        end local 0 // sun.security.provider.certpath.AlgorithmChecker this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/security/provider/certpath/AlgorithmChecker;
    Signature: ()Ljava/util/Set<Ljava/lang/String;>;

  public void check(java.security.cert.Certificate, java.util.Collection<java.lang.String>);
    descriptor: (Ljava/security/cert/Certificate;Ljava/util/Collection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=15, args_size=3
        start local 0 // sun.security.provider.certpath.AlgorithmChecker this
        start local 1 // java.security.cert.Certificate cert
        start local 2 // java.util.Collection unresolvedCritExts
         0: .line 249
            aload 1 /* cert */
            instanceof java.security.cert.X509Certificate
            ifeq 1
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.constraints:Ljava/security/AlgorithmConstraints;
            ifnonnull 2
         1: .line 251
      StackMap locals:
      StackMap stack:
            return
         2: .line 255
      StackMap locals:
      StackMap stack:
            aload 1 /* cert */
            checkcast java.security.cert.X509Certificate
            invokevirtual java.security.cert.X509Certificate.getKeyUsage:()[Z
            astore 3 /* keyUsage */
        start local 3 // boolean[] keyUsage
         3: .line 256
            aload 3 /* keyUsage */
            ifnull 8
            aload 3 /* keyUsage */
            arraylength
            bipush 9
            if_icmpge 8
         4: .line 257
            new java.security.cert.CertPathValidatorException
            dup
         5: .line 258
            ldc "incorrect KeyUsage extension"
         6: .line 259
            aconst_null
            aconst_null
            iconst_m1
            getstatic java.security.cert.PKIXReason.INVALID_KEY_USAGE:Ljava/security/cert/PKIXReason;
         7: .line 257
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;Ljava/security/cert/CertPath;ILjava/security/cert/CertPathValidatorException$Reason;)V
            athrow
         8: .line 265
      StackMap locals: boolean[]
      StackMap stack:
            aload 1 /* cert */
            checkcast java.security.cert.X509Certificate
            invokestatic sun.security.x509.X509CertImpl.toImpl:(Ljava/security/cert/X509Certificate;)Lsun/security/x509/X509CertImpl;
            astore 4 /* x509Cert */
        start local 4 // sun.security.x509.X509CertImpl x509Cert
         9: .line 266
            aload 4 /* x509Cert */
            ldc "x509.algorithm"
            invokevirtual sun.security.x509.X509CertImpl.get:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast sun.security.x509.AlgorithmId
            astore 5 /* algorithmId */
        start local 5 // sun.security.x509.AlgorithmId algorithmId
        10: .line 267
            goto 13
        end local 5 // sun.security.x509.AlgorithmId algorithmId
        end local 4 // sun.security.x509.X509CertImpl x509Cert
      StackMap locals:
      StackMap stack: java.security.cert.CertificateException
        11: astore 6 /* ce */
        start local 6 // java.security.cert.CertificateException ce
        12: .line 268
            new java.security.cert.CertPathValidatorException
            dup
            aload 6 /* ce */
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 6 // java.security.cert.CertificateException ce
        start local 4 // sun.security.x509.X509CertImpl x509Cert
        start local 5 // sun.security.x509.AlgorithmId algorithmId
        13: .line 271
      StackMap locals: sun.security.x509.X509CertImpl sun.security.x509.AlgorithmId
      StackMap stack:
            aload 5 /* algorithmId */
            invokevirtual sun.security.x509.AlgorithmId.getParameters:()Ljava/security/AlgorithmParameters;
            astore 6 /* currSigAlgParams */
        start local 6 // java.security.AlgorithmParameters currSigAlgParams
        14: .line 272
            aload 1 /* cert */
            invokevirtual java.security.cert.Certificate.getPublicKey:()Ljava/security/PublicKey;
            astore 7 /* currPubKey */
        start local 7 // java.security.PublicKey currPubKey
        15: .line 273
            aload 4 /* x509Cert */
            invokevirtual sun.security.x509.X509CertImpl.getSigAlgName:()Ljava/lang/String;
            astore 8 /* currSigAlg */
        start local 8 // java.lang.String currSigAlg
        16: .line 276
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.constraints:Ljava/security/AlgorithmConstraints;
            getstatic sun.security.provider.certpath.AlgorithmChecker.SIGNATURE_PRIMITIVE_SET:Ljava/util/Set;
            aload 8 /* currSigAlg */
        17: .line 277
            aload 6 /* currSigAlgParams */
        18: .line 276
            invokeinterface java.security.AlgorithmConstraints.permits:(Ljava/util/Set;Ljava/lang/String;Ljava/security/AlgorithmParameters;)Z
        19: .line 277
            ifne 27
        20: .line 278
            new java.security.cert.CertPathValidatorException
            dup
        21: .line 279
            new java.lang.StringBuilder
            dup
            ldc "Algorithm constraints check failed on signature algorithm: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        22: .line 280
            aload 8 /* currSigAlg */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        23: .line 279
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        24: .line 280
            aconst_null
            aconst_null
            iconst_m1
        25: .line 281
            getstatic java.security.cert.CertPathValidatorException$BasicReason.ALGORITHM_CONSTRAINED:Ljava/security/cert/CertPathValidatorException$BasicReason;
        26: .line 278
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;Ljava/security/cert/CertPath;ILjava/security/cert/CertPathValidatorException$Reason;)V
            athrow
        27: .line 285
      StackMap locals: java.security.AlgorithmParameters java.security.PublicKey java.lang.String
      StackMap stack:
            getstatic sun.security.provider.certpath.AlgorithmChecker.KU_PRIMITIVE_SET:Ljava/util/Set;
            astore 9 /* primitives */
        start local 9 // java.util.Set primitives
        28: .line 287
            aload 3 /* keyUsage */
            ifnull 43
        29: .line 288
            ldc Ljava/security/CryptoPrimitive;
            invokestatic java.util.EnumSet.noneOf:(Ljava/lang/Class;)Ljava/util/EnumSet;
            astore 9 /* primitives */
        30: .line 290
            aload 3 /* keyUsage */
            iconst_0
            baload
            ifne 31
            aload 3 /* keyUsage */
            iconst_1
            baload
            ifne 31
            aload 3 /* keyUsage */
            iconst_5
            baload
            ifne 31
            aload 3 /* keyUsage */
            bipush 6
            baload
            ifeq 32
        31: .line 295
      StackMap locals: java.util.Set
      StackMap stack:
            aload 9 /* primitives */
            getstatic java.security.CryptoPrimitive.SIGNATURE:Ljava/security/CryptoPrimitive;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        32: .line 298
      StackMap locals:
      StackMap stack:
            aload 3 /* keyUsage */
            iconst_2
            baload
            ifeq 34
        33: .line 299
            aload 9 /* primitives */
            getstatic java.security.CryptoPrimitive.KEY_ENCAPSULATION:Ljava/security/CryptoPrimitive;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        34: .line 302
      StackMap locals:
      StackMap stack:
            aload 3 /* keyUsage */
            iconst_3
            baload
            ifeq 36
        35: .line 303
            aload 9 /* primitives */
            getstatic java.security.CryptoPrimitive.PUBLIC_KEY_ENCRYPTION:Ljava/security/CryptoPrimitive;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        36: .line 306
      StackMap locals:
      StackMap stack:
            aload 3 /* keyUsage */
            iconst_4
            baload
            ifeq 38
        37: .line 307
            aload 9 /* primitives */
            getstatic java.security.CryptoPrimitive.KEY_AGREEMENT:Ljava/security/CryptoPrimitive;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        38: .line 313
      StackMap locals:
      StackMap stack:
            aload 9 /* primitives */
            invokeinterface java.util.Set.isEmpty:()Z
            ifeq 43
        39: .line 314
            new java.security.cert.CertPathValidatorException
            dup
        40: .line 315
            ldc "incorrect KeyUsage extension bits"
        41: .line 316
            aconst_null
            aconst_null
            iconst_m1
            getstatic java.security.cert.PKIXReason.INVALID_KEY_USAGE:Ljava/security/cert/PKIXReason;
        42: .line 314
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;Ljava/security/cert/CertPath;ILjava/security/cert/CertPathValidatorException$Reason;)V
            athrow
        43: .line 321
      StackMap locals:
      StackMap stack:
            new sun.security.util.ConstraintsParameters
            dup
            aload 1 /* cert */
            checkcast java.security.cert.X509Certificate
        44: .line 322
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.trustedMatch:Z
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.pkixdate:Ljava/util/Date;
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.jarTimestamp:Ljava/security/Timestamp;
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.variant:Ljava/lang/String;
        45: .line 321
            invokespecial sun.security.util.ConstraintsParameters.<init>:(Ljava/security/cert/X509Certificate;ZLjava/util/Date;Ljava/security/Timestamp;Ljava/lang/String;)V
        46: .line 320
            astore 10 /* cp */
        start local 10 // sun.security.util.ConstraintsParameters cp
        47: .line 325
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.constraints:Ljava/security/AlgorithmConstraints;
            instanceof sun.security.util.DisabledAlgorithmConstraints
            ifeq 50
        48: .line 326
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.constraints:Ljava/security/AlgorithmConstraints;
            checkcast sun.security.util.DisabledAlgorithmConstraints
            aload 8 /* currSigAlg */
            aload 10 /* cp */
            invokevirtual sun.security.util.DisabledAlgorithmConstraints.permits:(Ljava/lang/String;Lsun/security/util/ConstraintsParameters;)V
        49: .line 330
            goto 60
        50: .line 332
      StackMap locals: sun.security.util.ConstraintsParameters
      StackMap stack:
            getstatic sun.security.provider.certpath.AlgorithmChecker.certPathDefaultConstraints:Lsun/security/util/DisabledAlgorithmConstraints;
            aload 8 /* currSigAlg */
            aload 10 /* cp */
            invokevirtual sun.security.util.DisabledAlgorithmConstraints.permits:(Ljava/lang/String;Lsun/security/util/ConstraintsParameters;)V
        51: .line 334
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.constraints:Ljava/security/AlgorithmConstraints;
            aload 9 /* primitives */
            aload 7 /* currPubKey */
            invokeinterface java.security.AlgorithmConstraints.permits:(Ljava/util/Set;Ljava/security/Key;)Z
            ifne 60
        52: .line 335
            new java.security.cert.CertPathValidatorException
            dup
        53: .line 336
            new java.lang.StringBuilder
            dup
            ldc "Algorithm constraints check failed on key "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        54: .line 337
            aload 7 /* currPubKey */
            invokeinterface java.security.PublicKey.getAlgorithm:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " with size of "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        55: .line 338
            aload 7 /* currPubKey */
            invokestatic sun.security.util.KeyUtil.getKeySize:(Ljava/security/Key;)I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        56: .line 339
            ldc "bits"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        57: .line 336
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        58: .line 340
            aconst_null
            aconst_null
            iconst_m1
            getstatic java.security.cert.CertPathValidatorException$BasicReason.ALGORITHM_CONSTRAINED:Ljava/security/cert/CertPathValidatorException$BasicReason;
        59: .line 335
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;Ljava/security/cert/CertPath;ILjava/security/cert/CertPathValidatorException$Reason;)V
            athrow
        60: .line 345
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
            ifnonnull 63
        61: .line 346
            aload 0 /* this */
            aload 7 /* currPubKey */
            putfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
        62: .line 347
            return
        63: .line 351
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.constraints:Ljava/security/AlgorithmConstraints;
        64: .line 352
            getstatic sun.security.provider.certpath.AlgorithmChecker.SIGNATURE_PRIMITIVE_SET:Ljava/util/Set;
        65: .line 353
            aload 8 /* currSigAlg */
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
            aload 6 /* currSigAlgParams */
        66: .line 351
            invokeinterface java.security.AlgorithmConstraints.permits:(Ljava/util/Set;Ljava/lang/String;Ljava/security/Key;Ljava/security/AlgorithmParameters;)Z
        67: .line 353
            ifne 74
        68: .line 354
            new java.security.cert.CertPathValidatorException
            dup
        69: .line 355
            new java.lang.StringBuilder
            dup
            ldc "Algorithm constraints check failed on signature algorithm: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        70: .line 356
            aload 8 /* currSigAlg */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        71: .line 355
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        72: .line 357
            aconst_null
            aconst_null
            iconst_m1
            getstatic java.security.cert.CertPathValidatorException$BasicReason.ALGORITHM_CONSTRAINED:Ljava/security/cert/CertPathValidatorException$BasicReason;
        73: .line 354
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;Ljava/security/cert/CertPath;ILjava/security/cert/CertPathValidatorException$Reason;)V
            athrow
        74: .line 361
      StackMap locals:
      StackMap stack:
            aload 7 /* currPubKey */
            invokestatic sun.security.provider.certpath.PKIX.isDSAPublicKeyWithoutParams:(Ljava/security/PublicKey;)Z
            ifeq 93
        75: .line 363
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
            instanceof java.security.interfaces.DSAPublicKey
            ifne 77
        76: .line 364
            new java.security.cert.CertPathValidatorException
            dup
            ldc "Input key is not of a appropriate type for inheriting parameters"
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;)V
            athrow
        77: .line 368
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
            checkcast java.security.interfaces.DSAPublicKey
            invokeinterface java.security.interfaces.DSAPublicKey.getParams:()Ljava/security/interfaces/DSAParams;
            astore 11 /* params */
        start local 11 // java.security.interfaces.DSAParams params
        78: .line 369
            aload 11 /* params */
            ifnonnull 82
        79: .line 370
            new java.security.cert.CertPathValidatorException
            dup
        80: .line 371
            ldc "Key parameters missing from public key."
        81: .line 370
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;)V
            athrow
        82: .line 375
      StackMap locals: java.security.interfaces.DSAParams
      StackMap stack:
            aload 7 /* currPubKey */
            checkcast java.security.interfaces.DSAPublicKey
            invokeinterface java.security.interfaces.DSAPublicKey.getY:()Ljava/math/BigInteger;
            astore 12 /* y */
        start local 12 // java.math.BigInteger y
        83: .line 376
            ldc "DSA"
            invokestatic java.security.KeyFactory.getInstance:(Ljava/lang/String;)Ljava/security/KeyFactory;
            astore 13 /* kf */
        start local 13 // java.security.KeyFactory kf
        84: .line 377
            new java.security.spec.DSAPublicKeySpec
            dup
            aload 12 /* y */
            aload 11 /* params */
            invokeinterface java.security.interfaces.DSAParams.getP:()Ljava/math/BigInteger;
        85: .line 378
            aload 11 /* params */
            invokeinterface java.security.interfaces.DSAParams.getQ:()Ljava/math/BigInteger;
            aload 11 /* params */
            invokeinterface java.security.interfaces.DSAParams.getG:()Ljava/math/BigInteger;
        86: .line 377
            invokespecial java.security.spec.DSAPublicKeySpec.<init>:(Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;Ljava/math/BigInteger;)V
            astore 14 /* ks */
        start local 14 // java.security.spec.DSAPublicKeySpec ks
        87: .line 379
            aload 13 /* kf */
            aload 14 /* ks */
            invokevirtual java.security.KeyFactory.generatePublic:(Ljava/security/spec/KeySpec;)Ljava/security/PublicKey;
            astore 7 /* currPubKey */
        end local 14 // java.security.spec.DSAPublicKeySpec ks
        end local 13 // java.security.KeyFactory kf
        end local 12 // java.math.BigInteger y
        88: .line 380
            goto 93
      StackMap locals:
      StackMap stack: java.security.GeneralSecurityException
        89: astore 12 /* e */
        start local 12 // java.security.GeneralSecurityException e
        90: .line 381
            new java.security.cert.CertPathValidatorException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unable to generate key with inherited parameters: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        91: .line 382
            aload 12 /* e */
            invokevirtual java.security.GeneralSecurityException.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 12 /* e */
        92: .line 381
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            athrow
        end local 12 // java.security.GeneralSecurityException e
        end local 11 // java.security.interfaces.DSAParams params
        93: .line 387
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 7 /* currPubKey */
            putfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
        94: .line 388
            return
        end local 10 // sun.security.util.ConstraintsParameters cp
        end local 9 // java.util.Set primitives
        end local 8 // java.lang.String currSigAlg
        end local 7 // java.security.PublicKey currPubKey
        end local 6 // java.security.AlgorithmParameters currSigAlgParams
        end local 5 // sun.security.x509.AlgorithmId algorithmId
        end local 4 // sun.security.x509.X509CertImpl x509Cert
        end local 3 // boolean[] keyUsage
        end local 2 // java.util.Collection unresolvedCritExts
        end local 1 // java.security.cert.Certificate cert
        end local 0 // sun.security.provider.certpath.AlgorithmChecker this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   95     0                this  Lsun/security/provider/certpath/AlgorithmChecker;
            0   95     1                cert  Ljava/security/cert/Certificate;
            0   95     2  unresolvedCritExts  Ljava/util/Collection<Ljava/lang/String;>;
            3   95     3            keyUsage  [Z
            9   11     4            x509Cert  Lsun/security/x509/X509CertImpl;
           13   95     4            x509Cert  Lsun/security/x509/X509CertImpl;
           10   11     5         algorithmId  Lsun/security/x509/AlgorithmId;
           13   95     5         algorithmId  Lsun/security/x509/AlgorithmId;
           12   13     6                  ce  Ljava/security/cert/CertificateException;
           14   95     6    currSigAlgParams  Ljava/security/AlgorithmParameters;
           15   95     7          currPubKey  Ljava/security/PublicKey;
           16   95     8          currSigAlg  Ljava/lang/String;
           28   95     9          primitives  Ljava/util/Set<Ljava/security/CryptoPrimitive;>;
           47   95    10                  cp  Lsun/security/util/ConstraintsParameters;
           78   93    11              params  Ljava/security/interfaces/DSAParams;
           83   88    12                   y  Ljava/math/BigInteger;
           84   88    13                  kf  Ljava/security/KeyFactory;
           87   88    14                  ks  Ljava/security/spec/DSAPublicKeySpec;
           90   93    12                   e  Ljava/security/GeneralSecurityException;
      Exception table:
        from    to  target  type
           8    10      11  Class java.security.cert.CertificateException
          82    88      89  Class java.security.GeneralSecurityException
    Exceptions:
      throws java.security.cert.CertPathValidatorException
    Signature: (Ljava/security/cert/Certificate;Ljava/util/Collection<Ljava/lang/String;>;)V
    MethodParameters:
                    Name  Flags
      cert                
      unresolvedCritExts  

  void trySetTrustAnchor(java.security.cert.TrustAnchor);
    descriptor: (Ljava/security/cert/TrustAnchor;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // sun.security.provider.certpath.AlgorithmChecker this
        start local 1 // java.security.cert.TrustAnchor anchor
         0: .line 402
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
            ifnonnull 12
         1: .line 403
            aload 1 /* anchor */
            ifnonnull 5
         2: .line 404
            new java.lang.IllegalArgumentException
            dup
         3: .line 405
            ldc "The trust anchor cannot be null"
         4: .line 404
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 409
      StackMap locals:
      StackMap stack:
            aload 1 /* anchor */
            invokevirtual java.security.cert.TrustAnchor.getTrustedCert:()Ljava/security/cert/X509Certificate;
            ifnull 11
         6: .line 410
            aload 0 /* this */
            aload 1 /* anchor */
            invokevirtual java.security.cert.TrustAnchor.getTrustedCert:()Ljava/security/cert/X509Certificate;
            invokevirtual java.security.cert.X509Certificate.getPublicKey:()Ljava/security/PublicKey;
            putfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
         7: .line 412
            aload 0 /* this */
            aload 1 /* anchor */
            invokevirtual java.security.cert.TrustAnchor.getTrustedCert:()Ljava/security/cert/X509Certificate;
            invokestatic sun.security.provider.certpath.AlgorithmChecker.checkFingerprint:(Ljava/security/cert/X509Certificate;)Z
            putfield sun.security.provider.certpath.AlgorithmChecker.trustedMatch:Z
         8: .line 413
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.trustedMatch:Z
            ifeq 12
            getstatic sun.security.provider.certpath.AlgorithmChecker.debug:Lsun/security/util/Debug;
            ifnull 12
         9: .line 414
            getstatic sun.security.provider.certpath.AlgorithmChecker.debug:Lsun/security/util/Debug;
            ldc "trustedMatch = true"
            invokevirtual sun.security.util.Debug.println:(Ljava/lang/String;)V
        10: .line 416
            goto 12
        11: .line 417
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* anchor */
            invokevirtual java.security.cert.TrustAnchor.getCAPublicKey:()Ljava/security/PublicKey;
            putfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
        12: .line 420
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.security.cert.TrustAnchor anchor
        end local 0 // sun.security.provider.certpath.AlgorithmChecker this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   13     0    this  Lsun/security/provider/certpath/AlgorithmChecker;
            0   13     1  anchor  Ljava/security/cert/TrustAnchor;
    MethodParameters:
        Name  Flags
      anchor  

  static void check(java.security.PublicKey, java.security.cert.X509CRL, java.lang.String);
    descriptor: (Ljava/security/PublicKey;Ljava/security/cert/X509CRL;Ljava/lang/String;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // java.security.PublicKey key
        start local 1 // java.security.cert.X509CRL crl
        start local 2 // java.lang.String variant
         0: .line 433
            aconst_null
            astore 3 /* x509CRLImpl */
        start local 3 // sun.security.x509.X509CRLImpl x509CRLImpl
         1: .line 435
            aload 1 /* crl */
            invokestatic sun.security.x509.X509CRLImpl.toImpl:(Ljava/security/cert/X509CRL;)Lsun/security/x509/X509CRLImpl;
            astore 3 /* x509CRLImpl */
         2: .line 436
            goto 5
      StackMap locals: java.security.PublicKey java.security.cert.X509CRL java.lang.String sun.security.x509.X509CRLImpl
      StackMap stack: java.security.cert.CRLException
         3: astore 4 /* ce */
        start local 4 // java.security.cert.CRLException ce
         4: .line 437
            new java.security.cert.CertPathValidatorException
            dup
            aload 4 /* ce */
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 4 // java.security.cert.CRLException ce
         5: .line 440
      StackMap locals:
      StackMap stack:
            aload 3 /* x509CRLImpl */
            invokevirtual sun.security.x509.X509CRLImpl.getSigAlgId:()Lsun/security/x509/AlgorithmId;
            astore 4 /* algorithmId */
        start local 4 // sun.security.x509.AlgorithmId algorithmId
         6: .line 441
            aload 0 /* key */
            aload 4 /* algorithmId */
            aload 2 /* variant */
            invokestatic sun.security.provider.certpath.AlgorithmChecker.check:(Ljava/security/PublicKey;Lsun/security/x509/AlgorithmId;Ljava/lang/String;)V
         7: .line 442
            return
        end local 4 // sun.security.x509.AlgorithmId algorithmId
        end local 3 // sun.security.x509.X509CRLImpl x509CRLImpl
        end local 2 // java.lang.String variant
        end local 1 // java.security.cert.X509CRL crl
        end local 0 // java.security.PublicKey key
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0          key  Ljava/security/PublicKey;
            0    8     1          crl  Ljava/security/cert/X509CRL;
            0    8     2      variant  Ljava/lang/String;
            1    8     3  x509CRLImpl  Lsun/security/x509/X509CRLImpl;
            4    5     4           ce  Ljava/security/cert/CRLException;
            6    8     4  algorithmId  Lsun/security/x509/AlgorithmId;
      Exception table:
        from    to  target  type
           1     2       3  Class java.security.cert.CRLException
    Exceptions:
      throws java.security.cert.CertPathValidatorException
    MethodParameters:
         Name  Flags
      key      
      crl      
      variant  

  static void check(java.security.PublicKey, sun.security.x509.AlgorithmId, java.lang.String);
    descriptor: (Ljava/security/PublicKey;Lsun/security/x509/AlgorithmId;Ljava/lang/String;)V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // java.security.PublicKey key
        start local 1 // sun.security.x509.AlgorithmId algorithmId
        start local 2 // java.lang.String variant
         0: .line 454
            aload 1 /* algorithmId */
            invokevirtual sun.security.x509.AlgorithmId.getName:()Ljava/lang/String;
            astore 3 /* sigAlgName */
        start local 3 // java.lang.String sigAlgName
         1: .line 455
            aload 1 /* algorithmId */
            invokevirtual sun.security.x509.AlgorithmId.getParameters:()Ljava/security/AlgorithmParameters;
            astore 4 /* sigAlgParams */
        start local 4 // java.security.AlgorithmParameters sigAlgParams
         2: .line 457
            getstatic sun.security.provider.certpath.AlgorithmChecker.certPathDefaultConstraints:Lsun/security/util/DisabledAlgorithmConstraints;
            new sun.security.util.ConstraintsParameters
            dup
         3: .line 458
            aload 3 /* sigAlgName */
            aload 4 /* sigAlgParams */
            aload 0 /* key */
            aload 2 /* variant */
            invokespecial sun.security.util.ConstraintsParameters.<init>:(Ljava/lang/String;Ljava/security/AlgorithmParameters;Ljava/security/Key;Ljava/lang/String;)V
         4: .line 457
            invokevirtual sun.security.util.DisabledAlgorithmConstraints.permits:(Lsun/security/util/ConstraintsParameters;)V
         5: .line 459
            return
        end local 4 // java.security.AlgorithmParameters sigAlgParams
        end local 3 // java.lang.String sigAlgName
        end local 2 // java.lang.String variant
        end local 1 // sun.security.x509.AlgorithmId algorithmId
        end local 0 // java.security.PublicKey key
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0           key  Ljava/security/PublicKey;
            0    6     1   algorithmId  Lsun/security/x509/AlgorithmId;
            0    6     2       variant  Ljava/lang/String;
            1    6     3    sigAlgName  Ljava/lang/String;
            2    6     4  sigAlgParams  Ljava/security/AlgorithmParameters;
    Exceptions:
      throws java.security.cert.CertPathValidatorException
    MethodParameters:
             Name  Flags
      key          
      algorithmId  
      variant      
}
SourceFile: "AlgorithmChecker.java"
InnerClasses:
  public final BasicReason = java.security.cert.CertPathValidatorException$BasicReason of java.security.cert.CertPathValidatorException
  public abstract Reason = java.security.cert.CertPathValidatorException$Reason of java.security.cert.CertPathValidatorException