CryptoUtils

Vue de l’ensemble

‘CryptoUtils’ est une classe dans Aspose.3D FOSS pour Java.

Classes d’utilité pour les opérations cryptographiques.

Cette classe fournit 4 méthodes pour travailler avec des objets CryptoUtils dans les programmes Java. Les méthodologies disponibles comprennent: ‘Crypto Utiles’, ‘desDecrypt’, desEncrypte', ‘sha1. Tous les membres publics sont accessibles à toute application Java après l’installation de l’Aspose.3D FOSS pour le package Java .

méthodes

SignatureDescription
CryptoUtils()Creates a new instance of CryptoUtils.
sha1(str: String)byte[]Not implemented in the FOSS edition — throws at runtime. Computes the SHA1 hash of the specified string.
desDecrypt(data: byte[], key: byte[], iv: byte[])byte[]Not implemented in the FOSS edition — throws at runtime. Decrypts data using DES algorithm.
desEncrypt(data: byte[], key: byte[], iv: byte[])byte[]Not implemented in the FOSS edition — throws at runtime. Encrypts data using DES algorithm.

Voir aussi

  • Aspose.3D - référence API d’entreprise
 Français