Keine Cache-Version

Caching deaktiviert Standardeinstellung für diese Seite:aktiviert (code LNG204)
Wenn die Anzeige zu langsam ist, können Sie den Benutzermodus deaktivieren, um die zwischengespeicherte Version anzuzeigen.

Package javax.crypto

Provides the classes and interfaces for cryptographic operations.

See: Description

  • Interface Summary 
    Interface Description
    SecretKey
    A secret (symmetric) key.

      

  • Class Summary 
    Class Description
    Cipher
    This class provides the functionality of a cryptographic cipher for encryption and decryption.
    CipherInputStream
    A CipherInputStream is composed of an InputStream and a Cipher so that read() methods return data that are read in from the underlying InputStream but have been additionally processed by the Cipher.
    CipherOutputStream
    A CipherOutputStream is composed of an OutputStream and a Cipher so that write() methods first process the data before writing them out to the underlying OutputStream.
    CipherSpi
    This class defines the Service Provider Interface (SPI) for the Cipher class.
    EncryptedPrivateKeyInfo
    This class implements the EncryptedPrivateKeyInfo type as defined in PKCS #8.
    ExemptionMechanism
    This class provides the functionality of an exemption mechanism, examples of which are key recovery, key weakening, and key escrow.
    ExemptionMechanismSpi
    This class defines the Service Provider Interface (SPI) for the ExemptionMechanism class.
    KeyAgreement
    This class provides the functionality of a key agreement (or key exchange) protocol.
    KeyAgreementSpi
    This class defines the Service Provider Interface (SPI) for the KeyAgreement class.
    KeyGenerator
    This class provides the functionality of a secret (symmetric) key generator.
    KeyGeneratorSpi
    This class defines the Service Provider Interface (SPI) for the KeyGenerator class.
    Mac
    This class provides the functionality of a "Message Authentication Code" (MAC) algorithm.
    MacSpi
    This class defines the Service Provider Interface (SPI) for the Mac class.
    NullCipher
    The NullCipher class is a class that provides an "identity cipher" -- one that does not tranform the plaintext.
    SealedObject
    This class enables a programmer to create an object and protect its confidentiality with a cryptographic algorithm.
    SecretKeyFactory
    This class represents a factory for secret keys.
    SecretKeyFactorySpi
    This class defines the Service Provider Interface (SPI) for the SecretKeyFactory class.

      

  • Exception Summary 
    Exception Description
    AEADBadTagException
    This exception is thrown when a Cipher operating in an AEAD mode (such as GCM/CCM) is unable to verify the supplied authentication tag.
    BadPaddingException
    This exception is thrown when a particular padding mechanism is expected for the input data but the data is not padded properly.
    ExemptionMechanismException
    This is the generic ExemptionMechanism exception.
    IllegalBlockSizeException
    This exception is thrown when the length of data provided to a block cipher is incorrect, i.e., does not match the block size of the cipher.
    NoSuchPaddingException
    This exception is thrown when a particular padding mechanism is requested but is not available in the environment.
    ShortBufferException
    This exception is thrown when an output buffer provided by the user is too short to hold the operation result.

      

Package javax.crypto Description

Provides the classes and interfaces for cryptographic operations. The cryptographic operations defined in this package include encryption, key generation and key agreement, and Message Authentication Code (MAC) generation.

Support for encryption includes symmetric, asymmetric, block, and stream ciphers. This package also supports secure streams and sealed objects.

Many of the classes provided in this package are provider-based. The class itself defines a programming interface to which applications may write. The implementations themselves may then be written by independent third-party vendors and plugged in seamlessly as needed. Therefore application developers may take advantage of any number of provider-based implementations without having to add or rewrite code.

Package Specification

For further documentation, please see:
Since:
1.4

Deutsche Übersetzung

Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.

Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.

Vielen Dank im Voraus.

Dokument erstellt 11/06/2005, zuletzt geändert 04/03/2020
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-rf-javax/crypto/package-summary.html

Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.

Referenzen

  1. Zeigen Sie - html-Dokument Sprache des Dokuments:fr Manuel PHP : https://docs.oracle.com

Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor Diese Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.

Inhaltsverzeichnis Haut