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 sun.security.util.AlgorithmConstraints constraints;
    descriptor: Lsun/security/util/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<sun.security.util.CryptoPrimitive> SIGNATURE_PRIMITIVE_SET;
    descriptor: Ljava/util/Set;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Set<Lsun/security/util/CryptoPrimitive;>;

  private static final java.util.Set<sun.security.util.CryptoPrimitive> KU_PRIMITIVE_SET;
    descriptor: Ljava/util/Set;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/Set<Lsun/security/util/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 66
            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 76
            getstatic sun.security.util.CryptoPrimitive.SIGNATURE:Lsun/security/util/CryptoPrimitive;
            invokestatic java.util.EnumSet.of:(Ljava/lang/Enum;)Ljava/util/EnumSet;
         2: .line 75
            putstatic sun.security.provider.certpath.AlgorithmChecker.SIGNATURE_PRIMITIVE_SET:Ljava/util/Set;
         3: .line 80
            getstatic sun.security.util.CryptoPrimitive.SIGNATURE:Lsun/security/util/CryptoPrimitive;
         4: .line 81
            getstatic sun.security.util.CryptoPrimitive.KEY_ENCAPSULATION:Lsun/security/util/CryptoPrimitive;
         5: .line 82
            getstatic sun.security.util.CryptoPrimitive.PUBLIC_KEY_ENCRYPTION:Lsun/security/util/CryptoPrimitive;
         6: .line 83
            getstatic sun.security.util.CryptoPrimitive.KEY_AGREEMENT:Lsun/security/util/CryptoPrimitive;
         7: .line 79
            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 78
            putstatic sun.security.provider.certpath.AlgorithmChecker.KU_PRIMITIVE_SET:Ljava/util/Set;
         9: .line 86
            new sun.security.util.DisabledAlgorithmConstraints
            dup
        10: .line 87
            ldc "jdk.certpath.disabledAlgorithms"
        11: .line 86
            invokespecial sun.security.util.DisabledAlgorithmConstraints.<init>:(Ljava/lang/String;)V
            putstatic sun.security.provider.certpath.AlgorithmChecker.certPathDefaultConstraints:Lsun/security/util/DisabledAlgorithmConstraints;
        12: .line 91
            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 90
            putstatic sun.security.provider.certpath.AlgorithmChecker.publicCALimits:Z
        14: .line 91
            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 107
            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;Lsun/security/util/AlgorithmConstraints;Ljava/util/Date;Ljava/security/Timestamp;Ljava/lang/String;)V
         1: .line 108
            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>(sun.security.util.AlgorithmConstraints, java.security.Timestamp, java.lang.String);
    descriptor: (Lsun/security/util/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 // sun.security.util.AlgorithmConstraints constraints
        start local 2 // java.security.Timestamp jarTimestamp
        start local 3 // java.lang.String variant
         0: .line 126
            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;Lsun/security/util/AlgorithmConstraints;Ljava/util/Date;Ljava/security/Timestamp;Ljava/lang/String;)V
         1: .line 127
            return
        end local 3 // java.lang.String variant
        end local 2 // java.security.Timestamp jarTimestamp
        end local 1 // sun.security.util.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  Lsun/security/util/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, sun.security.util.AlgorithmConstraints, java.util.Date, java.security.Timestamp, java.lang.String);
    descriptor: (Ljava/security/cert/TrustAnchor;Lsun/security/util/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 // sun.security.util.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 145
            aload 0 /* this */
            invokespecial java.security.cert.PKIXCertPathChecker.<init>:()V
         1: .line 95
            aload 0 /* this */
            iconst_0
            putfield sun.security.provider.certpath.AlgorithmChecker.trustedMatch:Z
         2: .line 149
            aload 1 /* anchor */
            ifnull 11
         3: .line 150
            aload 1 /* anchor */
            invokevirtual java.security.cert.TrustAnchor.getTrustedCert:()Ljava/security/cert/X509Certificate;
            ifnull 9
         4: .line 151
            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 153
            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 154
            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 155
            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 157
            goto 14
         9: .line 158
      StackMap locals: sun.security.provider.certpath.AlgorithmChecker java.security.cert.TrustAnchor sun.security.util.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 160
            goto 14
        11: .line 161
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.security.provider.certpath.AlgorithmChecker.trustedPubKey:Ljava/security/PublicKey;
        12: .line 162
            getstatic sun.security.provider.certpath.AlgorithmChecker.debug:Lsun/security/util/Debug;
            ifnull 14
        13: .line 163
            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 167
      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 168
            aload 0 /* this */
            aload 2 /* constraints */
            ifnonnull 16
            getstatic sun.security.provider.certpath.AlgorithmChecker.certPathDefaultConstraints:Lsun/security/util/DisabledAlgorithmConstraints;
            goto 17
        16: .line 169
      StackMap locals:
      StackMap stack: sun.security.provider.certpath.AlgorithmChecker
            aload 2 /* constraints */
        17: .line 168
      StackMap locals: sun.security.provider.certpath.AlgorithmChecker java.security.cert.TrustAnchor sun.security.util.AlgorithmConstraints java.util.Date java.security.Timestamp java.lang.String
      StackMap stack: sun.security.provider.certpath.AlgorithmChecker sun.security.util.AlgorithmConstraints
            putfield sun.security.provider.certpath.AlgorithmChecker.constraints:Lsun/security/util/AlgorithmConstraints;
        18: .line 172
            aload 0 /* this */
            aload 4 /* jarTimestamp */
            ifnull 19
            aload 4 /* jarTimestamp */
            invokevirtual java.security.Timestamp.getTimestamp:()Ljava/util/Date;
            goto 20
        19: .line 173
      StackMap locals:
      StackMap stack: sun.security.provider.certpath.AlgorithmChecker
            aload 3 /* pkixdate */
        20: .line 172
      StackMap locals: sun.security.provider.certpath.AlgorithmChecker java.security.cert.TrustAnchor sun.security.util.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 174
            aload 0 /* this */
            aload 4 /* jarTimestamp */
            putfield sun.security.provider.certpath.AlgorithmChecker.jarTimestamp:Ljava/security/Timestamp;
        22: .line 175
            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 sun.security.util.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 176
            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 // sun.security.util.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  Lsun/security/util/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 190
            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;Lsun/security/util/AlgorithmConstraints;Ljava/util/Date;Ljava/security/Timestamp;Ljava/lang/String;)V
         1: .line 191
            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 196
            getstatic sun.security.provider.certpath.AlgorithmChecker.publicCALimits:Z
            ifne 2
         1: .line 197
            iconst_0
            ireturn
         2: .line 200
      StackMap locals:
      StackMap stack:
            getstatic sun.security.provider.certpath.AlgorithmChecker.debug:Lsun/security/util/Debug;
            ifnull 4
         3: .line 201
            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 203
      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 209
            iload 1 /* forward */
            ifne 6
         1: .line 210
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.trustedPubKey:Ljava/security/PublicKey;
            ifnull 4
         2: .line 211
            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 212
            goto 8
         4: .line 213
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
         5: .line 215
            goto 8
         6: .line 217
      StackMap locals:
      StackMap stack:
            new java.security.cert.CertPathValidatorException
            dup
            ldc "forward checking not supported"
         7: .line 216
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 219
      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 225
            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 230
            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 238
            aload 1 /* cert */
            instanceof java.security.cert.X509Certificate
            ifeq 1
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.constraints:Lsun/security/util/AlgorithmConstraints;
            ifnonnull 2
         1: .line 240
      StackMap locals:
      StackMap stack:
            return
         2: .line 245
      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 246
            aload 3 /* keyUsage */
            ifnull 7
            aload 3 /* keyUsage */
            arraylength
            bipush 9
            if_icmpge 7
         4: .line 247
            new java.security.cert.CertPathValidatorException
            dup
         5: .line 248
            ldc "incorrect KeyUsage extension"
         6: .line 247
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 254
      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
         8: .line 255
            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
         9: .line 256
            goto 12
        end local 5 // sun.security.x509.AlgorithmId algorithmId
        end local 4 // sun.security.x509.X509CertImpl x509Cert
      StackMap locals:
      StackMap stack: java.security.cert.CertificateException
        10: astore 6 /* ce */
        start local 6 // java.security.cert.CertificateException ce
        11: .line 257
            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
        12: .line 260
      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
        13: .line 261
            aload 1 /* cert */
            invokevirtual java.security.cert.Certificate.getPublicKey:()Ljava/security/PublicKey;
            astore 7 /* currPubKey */
        start local 7 // java.security.PublicKey currPubKey
        14: .line 262
            aload 1 /* cert */
            checkcast java.security.cert.X509Certificate
            invokevirtual java.security.cert.X509Certificate.getSigAlgName:()Ljava/lang/String;
            astore 8 /* currSigAlg */
        start local 8 // java.lang.String currSigAlg
        15: .line 265
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.constraints:Lsun/security/util/AlgorithmConstraints;
            getstatic sun.security.provider.certpath.AlgorithmChecker.SIGNATURE_PRIMITIVE_SET:Ljava/util/Set;
            aload 8 /* currSigAlg */
        16: .line 266
            aload 6 /* currSigAlgParams */
        17: .line 265
            invokeinterface sun.security.util.AlgorithmConstraints.permits:(Ljava/util/Set;Ljava/lang/String;Ljava/security/AlgorithmParameters;)Z
        18: .line 266
            ifne 24
        19: .line 267
            new java.security.cert.CertPathValidatorException
            dup
        20: .line 268
            new java.lang.StringBuilder
            dup
            ldc "Algorithm constraints check failed on signature algorithm: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        21: .line 269
            aload 8 /* currSigAlg */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        22: .line 268
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        23: .line 267
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;)V
            athrow
        24: .line 273
      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
        25: .line 275
            aload 3 /* keyUsage */
            ifnull 39
        26: .line 276
            ldc Lsun/security/util/CryptoPrimitive;
            invokestatic java.util.EnumSet.noneOf:(Ljava/lang/Class;)Ljava/util/EnumSet;
            astore 9 /* primitives */
        27: .line 278
            aload 3 /* keyUsage */
            iconst_0
            baload
            ifne 28
            aload 3 /* keyUsage */
            iconst_1
            baload
            ifne 28
            aload 3 /* keyUsage */
            iconst_5
            baload
            ifne 28
            aload 3 /* keyUsage */
            bipush 6
            baload
            ifeq 29
        28: .line 283
      StackMap locals: java.util.Set
      StackMap stack:
            aload 9 /* primitives */
            getstatic sun.security.util.CryptoPrimitive.SIGNATURE:Lsun/security/util/CryptoPrimitive;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        29: .line 286
      StackMap locals:
      StackMap stack:
            aload 3 /* keyUsage */
            iconst_2
            baload
            ifeq 31
        30: .line 287
            aload 9 /* primitives */
            getstatic sun.security.util.CryptoPrimitive.KEY_ENCAPSULATION:Lsun/security/util/CryptoPrimitive;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        31: .line 290
      StackMap locals:
      StackMap stack:
            aload 3 /* keyUsage */
            iconst_3
            baload
            ifeq 33
        32: .line 291
            aload 9 /* primitives */
            getstatic sun.security.util.CryptoPrimitive.PUBLIC_KEY_ENCRYPTION:Lsun/security/util/CryptoPrimitive;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        33: .line 294
      StackMap locals:
      StackMap stack:
            aload 3 /* keyUsage */
            iconst_4
            baload
            ifeq 35
        34: .line 295
            aload 9 /* primitives */
            getstatic sun.security.util.CryptoPrimitive.KEY_AGREEMENT:Lsun/security/util/CryptoPrimitive;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        35: .line 301
      StackMap locals:
      StackMap stack:
            aload 9 /* primitives */
            invokeinterface java.util.Set.isEmpty:()Z
            ifeq 39
        36: .line 302
            new java.security.cert.CertPathValidatorException
            dup
        37: .line 303
            ldc "incorrect KeyUsage extension bits"
        38: .line 302
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;)V
            athrow
        39: .line 308
      StackMap locals:
      StackMap stack:
            new sun.security.util.ConstraintsParameters
            dup
            aload 1 /* cert */
            checkcast java.security.cert.X509Certificate
        40: .line 309
            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;
        41: .line 308
            invokespecial sun.security.util.ConstraintsParameters.<init>:(Ljava/security/cert/X509Certificate;ZLjava/util/Date;Ljava/security/Timestamp;Ljava/lang/String;)V
        42: .line 307
            astore 10 /* cp */
        start local 10 // sun.security.util.ConstraintsParameters cp
        43: .line 312
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.constraints:Lsun/security/util/AlgorithmConstraints;
            instanceof sun.security.util.DisabledAlgorithmConstraints
            ifeq 46
        44: .line 315
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.constraints:Lsun/security/util/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
        45: .line 318
            goto 55
        46: .line 320
      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
        47: .line 322
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.constraints:Lsun/security/util/AlgorithmConstraints;
            aload 9 /* primitives */
            aload 7 /* currPubKey */
            invokeinterface sun.security.util.AlgorithmConstraints.permits:(Ljava/util/Set;Ljava/security/Key;)Z
            ifne 55
        48: .line 323
            new java.security.cert.CertPathValidatorException
            dup
        49: .line 324
            new java.lang.StringBuilder
            dup
            ldc "Algorithm constraints check failed on key "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        50: .line 325
            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;
        51: .line 326
            aload 7 /* currPubKey */
            invokestatic sun.security.util.KeyUtil.getKeySize:(Ljava/security/Key;)I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        52: .line 327
            ldc "bits"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        53: .line 324
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        54: .line 323
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;)V
            athrow
        55: .line 332
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
            ifnonnull 58
        56: .line 333
            aload 0 /* this */
            aload 7 /* currPubKey */
            putfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
        57: .line 334
            return
        58: .line 338
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.constraints:Lsun/security/util/AlgorithmConstraints;
        59: .line 339
            getstatic sun.security.provider.certpath.AlgorithmChecker.SIGNATURE_PRIMITIVE_SET:Ljava/util/Set;
        60: .line 340
            aload 8 /* currSigAlg */
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
            aload 6 /* currSigAlgParams */
        61: .line 338
            invokeinterface sun.security.util.AlgorithmConstraints.permits:(Ljava/util/Set;Ljava/lang/String;Ljava/security/Key;Ljava/security/AlgorithmParameters;)Z
        62: .line 340
            ifne 68
        63: .line 341
            new java.security.cert.CertPathValidatorException
            dup
        64: .line 342
            new java.lang.StringBuilder
            dup
            ldc "Algorithm constraints check failed on signature algorithm: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        65: .line 343
            aload 8 /* currSigAlg */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        66: .line 342
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        67: .line 341
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;)V
            athrow
        68: .line 347
      StackMap locals:
      StackMap stack:
            aload 7 /* currPubKey */
            instanceof java.security.interfaces.DSAPublicKey
            ifeq 88
        69: .line 348
            aload 7 /* currPubKey */
            checkcast java.security.interfaces.DSAPublicKey
            invokeinterface java.security.interfaces.DSAPublicKey.getParams:()Ljava/security/interfaces/DSAParams;
            ifnonnull 88
        70: .line 350
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
            instanceof java.security.interfaces.DSAPublicKey
            ifne 72
        71: .line 351
            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
        72: .line 355
      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
        73: .line 356
            aload 11 /* params */
            ifnonnull 77
        74: .line 357
            new java.security.cert.CertPathValidatorException
            dup
        75: .line 358
            ldc "Key parameters missing from public key."
        76: .line 357
            invokespecial java.security.cert.CertPathValidatorException.<init>:(Ljava/lang/String;)V
            athrow
        77: .line 362
      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
        78: .line 363
            ldc "DSA"
            invokestatic java.security.KeyFactory.getInstance:(Ljava/lang/String;)Ljava/security/KeyFactory;
            astore 13 /* kf */
        start local 13 // java.security.KeyFactory kf
        79: .line 364
            new java.security.spec.DSAPublicKeySpec
            dup
            aload 12 /* y */
            aload 11 /* params */
            invokeinterface java.security.interfaces.DSAParams.getP:()Ljava/math/BigInteger;
        80: .line 365
            aload 11 /* params */
            invokeinterface java.security.interfaces.DSAParams.getQ:()Ljava/math/BigInteger;
            aload 11 /* params */
            invokeinterface java.security.interfaces.DSAParams.getG:()Ljava/math/BigInteger;
        81: .line 364
            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
        82: .line 366
            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
        83: .line 367
            goto 88
      StackMap locals:
      StackMap stack: java.security.GeneralSecurityException
        84: astore 12 /* e */
        start local 12 // java.security.GeneralSecurityException e
        85: .line 368
            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
        86: .line 369
            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 */
        87: .line 368
            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
        88: .line 374
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 7 /* currPubKey */
            putfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
        89: .line 375
            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   90     0                this  Lsun/security/provider/certpath/AlgorithmChecker;
            0   90     1                cert  Ljava/security/cert/Certificate;
            0   90     2  unresolvedCritExts  Ljava/util/Collection<Ljava/lang/String;>;
            3   90     3            keyUsage  [Z
            8   10     4            x509Cert  Lsun/security/x509/X509CertImpl;
           12   90     4            x509Cert  Lsun/security/x509/X509CertImpl;
            9   10     5         algorithmId  Lsun/security/x509/AlgorithmId;
           12   90     5         algorithmId  Lsun/security/x509/AlgorithmId;
           11   12     6                  ce  Ljava/security/cert/CertificateException;
           13   90     6    currSigAlgParams  Ljava/security/AlgorithmParameters;
           14   90     7          currPubKey  Ljava/security/PublicKey;
           15   90     8          currSigAlg  Ljava/lang/String;
           25   90     9          primitives  Ljava/util/Set<Lsun/security/util/CryptoPrimitive;>;
           43   90    10                  cp  Lsun/security/util/ConstraintsParameters;
           73   88    11              params  Ljava/security/interfaces/DSAParams;
           78   83    12                   y  Ljava/math/BigInteger;
           79   83    13                  kf  Ljava/security/KeyFactory;
           82   83    14                  ks  Ljava/security/spec/DSAPublicKeySpec;
           85   88    12                   e  Ljava/security/GeneralSecurityException;
      Exception table:
        from    to  target  type
           7     9      10  Class java.security.cert.CertificateException
          77    83      84  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 389
            aload 0 /* this */
            getfield sun.security.provider.certpath.AlgorithmChecker.prevPubKey:Ljava/security/PublicKey;
            ifnonnull 12
         1: .line 390
            aload 1 /* anchor */
            ifnonnull 5
         2: .line 391
            new java.lang.IllegalArgumentException
            dup
         3: .line 392
            ldc "The trust anchor cannot be null"
         4: .line 391
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 396
      StackMap locals:
      StackMap stack:
            aload 1 /* anchor */
            invokevirtual java.security.cert.TrustAnchor.getTrustedCert:()Ljava/security/cert/X509Certificate;
            ifnull 11
         6: .line 397
            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 399
            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 400
            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 401
            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 403
            goto 12
        11: .line 404
      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 407
      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 420
            aconst_null
            astore 3 /* x509CRLImpl */
        start local 3 // sun.security.x509.X509CRLImpl x509CRLImpl
         1: .line 422
            aload 1 /* crl */
            invokestatic sun.security.x509.X509CRLImpl.toImpl:(Ljava/security/cert/X509CRL;)Lsun/security/x509/X509CRLImpl;
            astore 3 /* x509CRLImpl */
         2: .line 423
            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 424
            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 427
      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 428
            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 429
            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 441
            aload 1 /* algorithmId */
            invokevirtual sun.security.x509.AlgorithmId.getName:()Ljava/lang/String;
            astore 3 /* sigAlgName */
        start local 3 // java.lang.String sigAlgName
         1: .line 442
            aload 1 /* algorithmId */
            invokevirtual sun.security.x509.AlgorithmId.getParameters:()Ljava/security/AlgorithmParameters;
            astore 4 /* sigAlgParams */
        start local 4 // java.security.AlgorithmParameters sigAlgParams
         2: .line 444
            getstatic sun.security.provider.certpath.AlgorithmChecker.certPathDefaultConstraints:Lsun/security/util/DisabledAlgorithmConstraints;
            new sun.security.util.ConstraintsParameters
            dup
         3: .line 445
            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 444
            invokevirtual sun.security.util.DisabledAlgorithmConstraints.permits:(Lsun/security/util/ConstraintsParameters;)V
         5: .line 446
            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"