1 #
   2 # Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
   3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4 #
   5 # This code is free software; you can redistribute it and/or modify it
   6 # under the terms of the GNU General Public License version 2 only, as
   7 # published by the Free Software Foundation.  Oracle designates this
   8 # particular file as subject to the "Classpath" exception as provided
   9 # by Oracle in the LICENSE file that accompanied this code.
  10 #
  11 # This code is distributed in the hope that it will be useful, but WITHOUT
  12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14 # version 2 for more details (a copy is included in the LICENSE file that
  15 # accompanied this code).
  16 #
  17 # You should have received a copy of the GNU General Public License version
  18 # 2 along with this work; if not, write to the Free Software Foundation,
  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 # ##########################################################
  26 # ### THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. ###
  27 # ##########################################################
  28 #
  29 class name javax/security/auth/kerberos/DelegationPermission
  30 header extends java/security/BasicPermission implements java/io/Serializable flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
  31 method name <init> descriptor (Ljava/lang/String;)V flags 1
  32 method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
  33 method name implies descriptor (Ljava/security/Permission;)Z flags 1
  34 method name equals descriptor (Ljava/lang/Object;)Z flags 1
  35 method name hashCode descriptor ()I flags 1
  36 method name newPermissionCollection descriptor ()Ljava/security/PermissionCollection; flags 1
  37 
  38 class name javax/security/auth/kerberos/KerberosKey
  39 header extends java/lang/Object implements javax/crypto/SecretKey,javax/security/auth/Destroyable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
  40 method name <init> descriptor (Ljavax/security/auth/kerberos/KerberosPrincipal;[BII)V flags 1
  41 method name <init> descriptor (Ljavax/security/auth/kerberos/KerberosPrincipal;[CLjava/lang/String;)V flags 1
  42 method name getPrincipal descriptor ()Ljavax/security/auth/kerberos/KerberosPrincipal; flags 11
  43 method name getVersionNumber descriptor ()I flags 11
  44 method name getKeyType descriptor ()I flags 11
  45 method name getAlgorithm descriptor ()Ljava/lang/String; flags 11
  46 method name getFormat descriptor ()Ljava/lang/String; flags 11
  47 method name getEncoded descriptor ()[B flags 11
  48 method name destroy descriptor ()V thrownTypes javax/security/auth/DestroyFailedException flags 1
  49 method name isDestroyed descriptor ()Z flags 1
  50 method name toString descriptor ()Ljava/lang/String; flags 1
  51 method name hashCode descriptor ()I flags 1
  52 method name equals descriptor (Ljava/lang/Object;)Z flags 1
  53 
  54 class name javax/security/auth/kerberos/KerberosPrincipal
  55 header extends java/lang/Object implements java/security/Principal,java/io/Serializable flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
  56 field name KRB_NT_UNKNOWN descriptor I constantValue 0 flags 19
  57 field name KRB_NT_PRINCIPAL descriptor I constantValue 1 flags 19
  58 field name KRB_NT_SRV_INST descriptor I constantValue 2 flags 19
  59 field name KRB_NT_SRV_HST descriptor I constantValue 3 flags 19
  60 field name KRB_NT_SRV_XHST descriptor I constantValue 4 flags 19
  61 field name KRB_NT_UID descriptor I constantValue 5 flags 19
  62 method name <init> descriptor (Ljava/lang/String;)V flags 1
  63 method name <init> descriptor (Ljava/lang/String;I)V flags 1
  64 method name getRealm descriptor ()Ljava/lang/String; flags 1
  65 method name hashCode descriptor ()I flags 1
  66 method name equals descriptor (Ljava/lang/Object;)Z flags 1
  67 method name getName descriptor ()Ljava/lang/String; flags 1
  68 method name getNameType descriptor ()I flags 1
  69 method name toString descriptor ()Ljava/lang/String; flags 1
  70 
  71 class name javax/security/auth/kerberos/KerberosTicket
  72 header extends java/lang/Object implements javax/security/auth/Destroyable,javax/security/auth/Refreshable,java/io/Serializable flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
  73 method name <init> descriptor ([BLjavax/security/auth/kerberos/KerberosPrincipal;Ljavax/security/auth/kerberos/KerberosPrincipal;[BI[ZLjava/util/Date;Ljava/util/Date;Ljava/util/Date;Ljava/util/Date;[Ljava/net/InetAddress;)V flags 1
  74 method name getClient descriptor ()Ljavax/security/auth/kerberos/KerberosPrincipal; flags 11
  75 method name getServer descriptor ()Ljavax/security/auth/kerberos/KerberosPrincipal; flags 11
  76 method name getSessionKey descriptor ()Ljavax/crypto/SecretKey; flags 11
  77 method name getSessionKeyType descriptor ()I flags 11
  78 method name isForwardable descriptor ()Z flags 11
  79 method name isForwarded descriptor ()Z flags 11
  80 method name isProxiable descriptor ()Z flags 11
  81 method name isProxy descriptor ()Z flags 11
  82 method name isPostdated descriptor ()Z flags 11
  83 method name isRenewable descriptor ()Z flags 11
  84 method name isInitial descriptor ()Z flags 11
  85 method name getFlags descriptor ()[Z flags 11
  86 method name getAuthTime descriptor ()Ljava/util/Date; flags 11
  87 method name getStartTime descriptor ()Ljava/util/Date; flags 11
  88 method name getEndTime descriptor ()Ljava/util/Date; flags 11
  89 method name getRenewTill descriptor ()Ljava/util/Date; flags 11
  90 method name getClientAddresses descriptor ()[Ljava/net/InetAddress; flags 11
  91 method name getEncoded descriptor ()[B flags 11
  92 method name isCurrent descriptor ()Z flags 1
  93 method name refresh descriptor ()V thrownTypes javax/security/auth/RefreshFailedException flags 1
  94 method name destroy descriptor ()V thrownTypes javax/security/auth/DestroyFailedException flags 1
  95 method name isDestroyed descriptor ()Z flags 1
  96 method name toString descriptor ()Ljava/lang/String; flags 1
  97 method name hashCode descriptor ()I flags 1
  98 method name equals descriptor (Ljava/lang/Object;)Z flags 1
  99 
 100 class name javax/security/auth/kerberos/KeyTab
 101 header extends java/lang/Object flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 102 method name getInstance descriptor (Ljava/io/File;)Ljavax/security/auth/kerberos/KeyTab; flags 9
 103 method name getUnboundInstance descriptor (Ljava/io/File;)Ljavax/security/auth/kerberos/KeyTab; flags 9
 104 method name getInstance descriptor (Ljavax/security/auth/kerberos/KerberosPrincipal;Ljava/io/File;)Ljavax/security/auth/kerberos/KeyTab; flags 9
 105 method name getInstance descriptor ()Ljavax/security/auth/kerberos/KeyTab; flags 9
 106 method name getUnboundInstance descriptor ()Ljavax/security/auth/kerberos/KeyTab; flags 9
 107 method name getInstance descriptor (Ljavax/security/auth/kerberos/KerberosPrincipal;)Ljavax/security/auth/kerberos/KeyTab; flags 9
 108 method name getKeys descriptor (Ljavax/security/auth/kerberos/KerberosPrincipal;)[Ljavax/security/auth/kerberos/KerberosKey; flags 1
 109 method name exists descriptor ()Z flags 1
 110 method name toString descriptor ()Ljava/lang/String; flags 1
 111 method name hashCode descriptor ()I flags 1
 112 method name equals descriptor (Ljava/lang/Object;)Z flags 1
 113 method name getPrincipal descriptor ()Ljavax/security/auth/kerberos/KerberosPrincipal; flags 1
 114 method name isBound descriptor ()Z flags 1
 115 
 116 class name javax/security/auth/kerberos/ServicePermission
 117 header extends java/security/Permission implements java/io/Serializable flags 31 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 118 method name <init> descriptor (Ljava/lang/String;Ljava/lang/String;)V flags 1
 119 method name implies descriptor (Ljava/security/Permission;)Z flags 1
 120 method name equals descriptor (Ljava/lang/Object;)Z flags 1
 121 method name hashCode descriptor ()I flags 1
 122 method name getActions descriptor ()Ljava/lang/String; flags 1
 123 method name newPermissionCollection descriptor ()Ljava/security/PermissionCollection; flags 1
 124 
 125 class name org/ietf/jgss/ChannelBinding
 126 header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 127 method name <init> descriptor (Ljava/net/InetAddress;Ljava/net/InetAddress;[B)V flags 1
 128 method name <init> descriptor ([B)V flags 1
 129 method name getInitiatorAddress descriptor ()Ljava/net/InetAddress; flags 1
 130 method name getAcceptorAddress descriptor ()Ljava/net/InetAddress; flags 1
 131 method name getApplicationData descriptor ()[B flags 1
 132 method name equals descriptor (Ljava/lang/Object;)Z flags 1
 133 method name hashCode descriptor ()I flags 1
 134 
 135 class name org/ietf/jgss/GSSContext
 136 header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 137 field name DEFAULT_LIFETIME descriptor I constantValue 0 flags 19
 138 field name INDEFINITE_LIFETIME descriptor I constantValue 2147483647 flags 19
 139 method name initSecContext descriptor ([BII)[B thrownTypes org/ietf/jgss/GSSException flags 401
 140 method name initSecContext descriptor (Ljava/io/InputStream;Ljava/io/OutputStream;)I thrownTypes org/ietf/jgss/GSSException flags 401
 141 method name acceptSecContext descriptor ([BII)[B thrownTypes org/ietf/jgss/GSSException flags 401
 142 method name acceptSecContext descriptor (Ljava/io/InputStream;Ljava/io/OutputStream;)V thrownTypes org/ietf/jgss/GSSException flags 401
 143 method name isEstablished descriptor ()Z flags 401
 144 method name dispose descriptor ()V thrownTypes org/ietf/jgss/GSSException flags 401
 145 method name getWrapSizeLimit descriptor (IZI)I thrownTypes org/ietf/jgss/GSSException flags 401
 146 method name wrap descriptor ([BIILorg/ietf/jgss/MessageProp;)[B thrownTypes org/ietf/jgss/GSSException flags 401
 147 method name wrap descriptor (Ljava/io/InputStream;Ljava/io/OutputStream;Lorg/ietf/jgss/MessageProp;)V thrownTypes org/ietf/jgss/GSSException flags 401
 148 method name unwrap descriptor ([BIILorg/ietf/jgss/MessageProp;)[B thrownTypes org/ietf/jgss/GSSException flags 401
 149 method name unwrap descriptor (Ljava/io/InputStream;Ljava/io/OutputStream;Lorg/ietf/jgss/MessageProp;)V thrownTypes org/ietf/jgss/GSSException flags 401
 150 method name getMIC descriptor ([BIILorg/ietf/jgss/MessageProp;)[B thrownTypes org/ietf/jgss/GSSException flags 401
 151 method name getMIC descriptor (Ljava/io/InputStream;Ljava/io/OutputStream;Lorg/ietf/jgss/MessageProp;)V thrownTypes org/ietf/jgss/GSSException flags 401
 152 method name verifyMIC descriptor ([BII[BIILorg/ietf/jgss/MessageProp;)V thrownTypes org/ietf/jgss/GSSException flags 401
 153 method name verifyMIC descriptor (Ljava/io/InputStream;Ljava/io/InputStream;Lorg/ietf/jgss/MessageProp;)V thrownTypes org/ietf/jgss/GSSException flags 401
 154 method name export descriptor ()[B thrownTypes org/ietf/jgss/GSSException flags 401
 155 method name requestMutualAuth descriptor (Z)V thrownTypes org/ietf/jgss/GSSException flags 401
 156 method name requestReplayDet descriptor (Z)V thrownTypes org/ietf/jgss/GSSException flags 401
 157 method name requestSequenceDet descriptor (Z)V thrownTypes org/ietf/jgss/GSSException flags 401
 158 method name requestCredDeleg descriptor (Z)V thrownTypes org/ietf/jgss/GSSException flags 401
 159 method name requestAnonymity descriptor (Z)V thrownTypes org/ietf/jgss/GSSException flags 401
 160 method name requestConf descriptor (Z)V thrownTypes org/ietf/jgss/GSSException flags 401
 161 method name requestInteg descriptor (Z)V thrownTypes org/ietf/jgss/GSSException flags 401
 162 method name requestLifetime descriptor (I)V thrownTypes org/ietf/jgss/GSSException flags 401
 163 method name setChannelBinding descriptor (Lorg/ietf/jgss/ChannelBinding;)V thrownTypes org/ietf/jgss/GSSException flags 401
 164 method name getCredDelegState descriptor ()Z flags 401
 165 method name getMutualAuthState descriptor ()Z flags 401
 166 method name getReplayDetState descriptor ()Z flags 401
 167 method name getSequenceDetState descriptor ()Z flags 401
 168 method name getAnonymityState descriptor ()Z flags 401
 169 method name isTransferable descriptor ()Z thrownTypes org/ietf/jgss/GSSException flags 401
 170 method name isProtReady descriptor ()Z flags 401
 171 method name getConfState descriptor ()Z flags 401
 172 method name getIntegState descriptor ()Z flags 401
 173 method name getLifetime descriptor ()I flags 401
 174 method name getSrcName descriptor ()Lorg/ietf/jgss/GSSName; thrownTypes org/ietf/jgss/GSSException flags 401
 175 method name getTargName descriptor ()Lorg/ietf/jgss/GSSName; thrownTypes org/ietf/jgss/GSSException flags 401
 176 method name getMech descriptor ()Lorg/ietf/jgss/Oid; thrownTypes org/ietf/jgss/GSSException flags 401
 177 method name getDelegCred descriptor ()Lorg/ietf/jgss/GSSCredential; thrownTypes org/ietf/jgss/GSSException flags 401
 178 method name isInitiator descriptor ()Z thrownTypes org/ietf/jgss/GSSException flags 401
 179 
 180 class name org/ietf/jgss/GSSCredential
 181 header extends java/lang/Object implements java/lang/Cloneable flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 182 field name INITIATE_AND_ACCEPT descriptor I constantValue 0 flags 19
 183 field name INITIATE_ONLY descriptor I constantValue 1 flags 19
 184 field name ACCEPT_ONLY descriptor I constantValue 2 flags 19
 185 field name DEFAULT_LIFETIME descriptor I constantValue 0 flags 19
 186 field name INDEFINITE_LIFETIME descriptor I constantValue 2147483647 flags 19
 187 method name dispose descriptor ()V thrownTypes org/ietf/jgss/GSSException flags 401
 188 method name getName descriptor ()Lorg/ietf/jgss/GSSName; thrownTypes org/ietf/jgss/GSSException flags 401
 189 method name getName descriptor (Lorg/ietf/jgss/Oid;)Lorg/ietf/jgss/GSSName; thrownTypes org/ietf/jgss/GSSException flags 401
 190 method name getRemainingLifetime descriptor ()I thrownTypes org/ietf/jgss/GSSException flags 401
 191 method name getRemainingInitLifetime descriptor (Lorg/ietf/jgss/Oid;)I thrownTypes org/ietf/jgss/GSSException flags 401
 192 method name getRemainingAcceptLifetime descriptor (Lorg/ietf/jgss/Oid;)I thrownTypes org/ietf/jgss/GSSException flags 401
 193 method name getUsage descriptor ()I thrownTypes org/ietf/jgss/GSSException flags 401
 194 method name getUsage descriptor (Lorg/ietf/jgss/Oid;)I thrownTypes org/ietf/jgss/GSSException flags 401
 195 method name getMechs descriptor ()[Lorg/ietf/jgss/Oid; thrownTypes org/ietf/jgss/GSSException flags 401
 196 method name add descriptor (Lorg/ietf/jgss/GSSName;IILorg/ietf/jgss/Oid;I)V thrownTypes org/ietf/jgss/GSSException flags 401
 197 method name equals descriptor (Ljava/lang/Object;)Z flags 401
 198 method name hashCode descriptor ()I flags 401
 199 
 200 class name org/ietf/jgss/GSSException
 201 header extends java/lang/Exception flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 202 field name BAD_BINDINGS descriptor I constantValue 1 flags 19
 203 field name BAD_MECH descriptor I constantValue 2 flags 19
 204 field name BAD_NAME descriptor I constantValue 3 flags 19
 205 field name BAD_NAMETYPE descriptor I constantValue 4 flags 19
 206 field name BAD_STATUS descriptor I constantValue 5 flags 19
 207 field name BAD_MIC descriptor I constantValue 6 flags 19
 208 field name CONTEXT_EXPIRED descriptor I constantValue 7 flags 19
 209 field name CREDENTIALS_EXPIRED descriptor I constantValue 8 flags 19
 210 field name DEFECTIVE_CREDENTIAL descriptor I constantValue 9 flags 19
 211 field name DEFECTIVE_TOKEN descriptor I constantValue 10 flags 19
 212 field name FAILURE descriptor I constantValue 11 flags 19
 213 field name NO_CONTEXT descriptor I constantValue 12 flags 19
 214 field name NO_CRED descriptor I constantValue 13 flags 19
 215 field name BAD_QOP descriptor I constantValue 14 flags 19
 216 field name UNAUTHORIZED descriptor I constantValue 15 flags 19
 217 field name UNAVAILABLE descriptor I constantValue 16 flags 19
 218 field name DUPLICATE_ELEMENT descriptor I constantValue 17 flags 19
 219 field name NAME_NOT_MN descriptor I constantValue 18 flags 19
 220 field name DUPLICATE_TOKEN descriptor I constantValue 19 flags 19
 221 field name OLD_TOKEN descriptor I constantValue 20 flags 19
 222 field name UNSEQ_TOKEN descriptor I constantValue 21 flags 19
 223 field name GAP_TOKEN descriptor I constantValue 22 flags 19
 224 method name <init> descriptor (I)V flags 1
 225 method name <init> descriptor (IILjava/lang/String;)V flags 1
 226 method name getMajor descriptor ()I flags 1
 227 method name getMinor descriptor ()I flags 1
 228 method name getMajorString descriptor ()Ljava/lang/String; flags 1
 229 method name getMinorString descriptor ()Ljava/lang/String; flags 1
 230 method name setMinor descriptor (ILjava/lang/String;)V flags 1
 231 method name toString descriptor ()Ljava/lang/String; flags 1
 232 method name getMessage descriptor ()Ljava/lang/String; flags 1
 233 
 234 class name org/ietf/jgss/GSSManager
 235 header extends java/lang/Object flags 421 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 236 method name <init> descriptor ()V flags 1
 237 method name getInstance descriptor ()Lorg/ietf/jgss/GSSManager; flags 9
 238 method name getMechs descriptor ()[Lorg/ietf/jgss/Oid; flags 401
 239 method name getNamesForMech descriptor (Lorg/ietf/jgss/Oid;)[Lorg/ietf/jgss/Oid; thrownTypes org/ietf/jgss/GSSException flags 401
 240 method name getMechsForName descriptor (Lorg/ietf/jgss/Oid;)[Lorg/ietf/jgss/Oid; flags 401
 241 method name createName descriptor (Ljava/lang/String;Lorg/ietf/jgss/Oid;)Lorg/ietf/jgss/GSSName; thrownTypes org/ietf/jgss/GSSException flags 401
 242 method name createName descriptor ([BLorg/ietf/jgss/Oid;)Lorg/ietf/jgss/GSSName; thrownTypes org/ietf/jgss/GSSException flags 401
 243 method name createName descriptor (Ljava/lang/String;Lorg/ietf/jgss/Oid;Lorg/ietf/jgss/Oid;)Lorg/ietf/jgss/GSSName; thrownTypes org/ietf/jgss/GSSException flags 401
 244 method name createName descriptor ([BLorg/ietf/jgss/Oid;Lorg/ietf/jgss/Oid;)Lorg/ietf/jgss/GSSName; thrownTypes org/ietf/jgss/GSSException flags 401
 245 method name createCredential descriptor (I)Lorg/ietf/jgss/GSSCredential; thrownTypes org/ietf/jgss/GSSException flags 401
 246 method name createCredential descriptor (Lorg/ietf/jgss/GSSName;ILorg/ietf/jgss/Oid;I)Lorg/ietf/jgss/GSSCredential; thrownTypes org/ietf/jgss/GSSException flags 401
 247 method name createCredential descriptor (Lorg/ietf/jgss/GSSName;I[Lorg/ietf/jgss/Oid;I)Lorg/ietf/jgss/GSSCredential; thrownTypes org/ietf/jgss/GSSException flags 401
 248 method name createContext descriptor (Lorg/ietf/jgss/GSSName;Lorg/ietf/jgss/Oid;Lorg/ietf/jgss/GSSCredential;I)Lorg/ietf/jgss/GSSContext; thrownTypes org/ietf/jgss/GSSException flags 401
 249 method name createContext descriptor (Lorg/ietf/jgss/GSSCredential;)Lorg/ietf/jgss/GSSContext; thrownTypes org/ietf/jgss/GSSException flags 401
 250 method name createContext descriptor ([B)Lorg/ietf/jgss/GSSContext; thrownTypes org/ietf/jgss/GSSException flags 401
 251 method name addProviderAtFront descriptor (Ljava/security/Provider;Lorg/ietf/jgss/Oid;)V thrownTypes org/ietf/jgss/GSSException flags 401
 252 method name addProviderAtEnd descriptor (Ljava/security/Provider;Lorg/ietf/jgss/Oid;)V thrownTypes org/ietf/jgss/GSSException flags 401
 253 
 254 class name org/ietf/jgss/GSSName
 255 header extends java/lang/Object flags 601 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 256 field name NT_HOSTBASED_SERVICE descriptor Lorg/ietf/jgss/Oid; flags 19
 257 field name NT_USER_NAME descriptor Lorg/ietf/jgss/Oid; flags 19
 258 field name NT_MACHINE_UID_NAME descriptor Lorg/ietf/jgss/Oid; flags 19
 259 field name NT_STRING_UID_NAME descriptor Lorg/ietf/jgss/Oid; flags 19
 260 field name NT_ANONYMOUS descriptor Lorg/ietf/jgss/Oid; flags 19
 261 field name NT_EXPORT_NAME descriptor Lorg/ietf/jgss/Oid; flags 19
 262 method name equals descriptor (Lorg/ietf/jgss/GSSName;)Z thrownTypes org/ietf/jgss/GSSException flags 401
 263 method name equals descriptor (Ljava/lang/Object;)Z flags 401
 264 method name hashCode descriptor ()I flags 401
 265 method name canonicalize descriptor (Lorg/ietf/jgss/Oid;)Lorg/ietf/jgss/GSSName; thrownTypes org/ietf/jgss/GSSException flags 401
 266 method name export descriptor ()[B thrownTypes org/ietf/jgss/GSSException flags 401
 267 method name toString descriptor ()Ljava/lang/String; flags 401
 268 method name getStringNameType descriptor ()Lorg/ietf/jgss/Oid; thrownTypes org/ietf/jgss/GSSException flags 401
 269 method name isAnonymous descriptor ()Z flags 401
 270 method name isMN descriptor ()Z flags 401
 271 
 272 class name org/ietf/jgss/MessageProp
 273 header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 274 method name <init> descriptor (Z)V flags 1
 275 method name <init> descriptor (IZ)V flags 1
 276 method name getQOP descriptor ()I flags 1
 277 method name getPrivacy descriptor ()Z flags 1
 278 method name setQOP descriptor (I)V flags 1
 279 method name setPrivacy descriptor (Z)V flags 1
 280 method name isDuplicateToken descriptor ()Z flags 1
 281 method name isOldToken descriptor ()Z flags 1
 282 method name isUnseqToken descriptor ()Z flags 1
 283 method name isGapToken descriptor ()Z flags 1
 284 method name getMinorStatus descriptor ()I flags 1
 285 method name getMinorString descriptor ()Ljava/lang/String; flags 1
 286 method name setSupplementaryStates descriptor (ZZZZILjava/lang/String;)V flags 1
 287 
 288 class name org/ietf/jgss/Oid
 289 header extends java/lang/Object flags 21 classAnnotations @Ljdk/Profile+Annotation;(value=I3)
 290 method name <init> descriptor (Ljava/lang/String;)V thrownTypes org/ietf/jgss/GSSException flags 1
 291 method name <init> descriptor (Ljava/io/InputStream;)V thrownTypes org/ietf/jgss/GSSException flags 1
 292 method name <init> descriptor ([B)V thrownTypes org/ietf/jgss/GSSException flags 1
 293 method name toString descriptor ()Ljava/lang/String; flags 1
 294 method name equals descriptor (Ljava/lang/Object;)Z flags 1
 295 method name getDER descriptor ()[B thrownTypes org/ietf/jgss/GSSException flags 1
 296 method name containedIn descriptor ([Lorg/ietf/jgss/Oid;)Z flags 1
 297 method name hashCode descriptor ()I flags 1
 298