Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module : java.security.jgss - Package : javax.security.auth.kerberos
Version documentée : Java SE 17

Classe « KerberosKey »

Informations générales

Héritage

java.lang.Object
    javax.security.auth.kerberos.KerberosKey

Définition

public class KerberosKey extends java.lang.Object
implements javax.crypto.SecretKey

Description

A venir.

Liste des attributs

Tous les attributs Attributs d'instance Attributs statiques Attributs dépréciés
QualificateursTypeNomDescription

Liste des constructeurs

Constructeurs Constructeurs dépréciés
ConstructeurDescription
KerberosKey( KerberosPrincipal principal, char[] password, String algorithm )
KerberosKey( KerberosPrincipal principal, byte[] keyBytes, int keyType, int versionNum )

Liste des propriétés (getters/setters)

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W
public String algorithm R/-
public boolean destroyed R/-
public byte[] encoded R/-
public String format R/-
public int keyType R/-
public KerberosPrincipal principal R/-
public int versionNumber R/-

Propriétés héritées de la classe java.lang.Object

class

Liste des méthodes

Toutes les méthodes Méthodes d'instance Méthodes statiques Méthodes concrètes Méthodes abstraites Méthodes dépréciées
QualificateursType de retourPrototype de la méthodeDescription
public void destroy()
public boolean equals( Object other )
public String getAlgorithm()
public byte[] getEncoded()
public String getFormat()
public int getKeyType()
public KerberosPrincipal getPrincipal()
public int getVersionNumber()
public int hashCode()
public boolean isDestroyed()
public String toString()

Méthodes héritées de la classe java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait