ICryptoTransform Interface
public interface ICryptoTransform
Defines the basic operations of cryptographic transformations.
Modifier and Type | Method and Description |
---|---|
byte [] |
do Transforms the specified region of the specified byte array as a single operation. |
doFinal
public byte [] doFinal(byte[] input)
Transforms the specified region of the specified byte array as a single operation.
Parameters:
input
- The byte array to be transformed
Returns:
The transformed result.
Throws:
IllegalBlockSizeException
BadPaddingException
InvalidKeyException
NoSuchAlgorithmException
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: