public interface org.ietf.jgss.GSSCredential extends java.lang.Cloneable
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.ietf.jgss.GSSCredential
super_class: java.lang.Object
{
public static final int INITIATE_AND_ACCEPT;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final int INITIATE_ONLY;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 1
public static final int ACCEPT_ONLY;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 2
public static final int DEFAULT_LIFETIME;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 0
public static final int INDEFINITE_LIFETIME;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 2147483647
public abstract void dispose();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
public abstract org.ietf.jgss.GSSName getName();
descriptor: ()Lorg/ietf/jgss/GSSName;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
public abstract org.ietf.jgss.GSSName getName(org.ietf.jgss.Oid);
descriptor: (Lorg/ietf/jgss/Oid;)Lorg/ietf/jgss/GSSName;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
mech
public abstract int getRemainingLifetime();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
public abstract int getRemainingInitLifetime(org.ietf.jgss.Oid);
descriptor: (Lorg/ietf/jgss/Oid;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
mech
public abstract int getRemainingAcceptLifetime(org.ietf.jgss.Oid);
descriptor: (Lorg/ietf/jgss/Oid;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
mech
public abstract int getUsage();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
public abstract int getUsage(org.ietf.jgss.Oid);
descriptor: (Lorg/ietf/jgss/Oid;)I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
mech
public abstract org.ietf.jgss.Oid[] getMechs();
descriptor: ()[Lorg/ietf/jgss/Oid;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
public abstract void add(org.ietf.jgss.GSSName, int, int, org.ietf.jgss.Oid, int);
descriptor: (Lorg/ietf/jgss/GSSName;IILorg/ietf/jgss/Oid;I)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws org.ietf.jgss.GSSException
MethodParameters:
Name Flags
name
initLifetime
acceptLifetime
mech
usage
public abstract boolean equals(java.lang.Object);
descriptor: (Ljava/lang/Object;)Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
another
public abstract int hashCode();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "GSSCredential.java"