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.base - Package : javax.crypto
Version documentée : Java SE 17

Classe « CipherSpi »

Informations générales

Héritage

java.lang.Object
    javax.crypto.CipherSpi

Définition

public abstract class CipherSpi extends java.lang.Object

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
CipherSpi()

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

Propriétés Propriétés dépréciées
QualificateursTypeNomR/W

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
protected abstract int engineDoFinal( byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset )
protected int engineDoFinal( ByteBuffer input, ByteBuffer output )
protected abstract byte[] engineDoFinal( byte[] input, int inputOffset, int inputLen )
protected abstract int engineGetBlockSize()
protected abstract byte[] engineGetIV()
protected int engineGetKeySize( Key key )
protected abstract int engineGetOutputSize( int inputLen )
protected abstract AlgorithmParameters engineGetParameters()
protected abstract void engineInit( int opmode, Key key, AlgorithmParameterSpec params, SecureRandom random )
protected abstract void engineInit( int opmode, Key key, SecureRandom random )
protected abstract void engineInit( int opmode, Key key, AlgorithmParameters params, SecureRandom random )
protected abstract void engineSetMode( String mode )
protected abstract void engineSetPadding( String padding )
protected Key engineUnwrap( byte[] wrappedKey, String wrappedKeyAlgorithm, int wrappedKeyType )
protected abstract int engineUpdate( byte[] input, int inputOffset, int inputLen, byte[] output, int outputOffset )
protected int engineUpdate( ByteBuffer input, ByteBuffer output )
protected abstract byte[] engineUpdate( byte[] input, int inputOffset, int inputLen )
protected void engineUpdateAAD( byte[] src, int offset, int len )
protected void engineUpdateAAD( ByteBuffer src )
protected byte[] engineWrap( Key key )

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

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