public interface sun.security.jgss.spi.GSSCredentialSpi
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: sun.security.jgss.spi.GSSCredentialSpi
  super_class: java.lang.Object
{
  public abstract java.security.Provider getProvider();
    descriptor: ()Ljava/security/Provider;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void dispose();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ietf.jgss.GSSException

  public abstract sun.security.jgss.spi.GSSNameSpi getName();
    descriptor: ()Lsun/security/jgss/spi/GSSNameSpi;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ietf.jgss.GSSException

  public abstract int getInitLifetime();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ietf.jgss.GSSException

  public abstract int getAcceptLifetime();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ietf.jgss.GSSException

  public abstract boolean isInitiatorCredential();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ietf.jgss.GSSException

  public abstract boolean isAcceptorCredential();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ietf.jgss.GSSException

  public abstract org.ietf.jgss.Oid getMechanism();
    descriptor: ()Lorg/ietf/jgss/Oid;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract sun.security.jgss.spi.GSSCredentialSpi impersonate(sun.security.jgss.spi.GSSNameSpi);
    descriptor: (Lsun/security/jgss/spi/GSSNameSpi;)Lsun/security/jgss/spi/GSSCredentialSpi;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.ietf.jgss.GSSException
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "GSSCredentialSpi.java"