public interface ICryptoTransform
| Modifier and Type | Method and Description |
|---|---|
byte[] |
doFinal(byte[] input)
Transforms the specified region of the specified byte array as a single operation.
|
byte[] doFinal(byte[] input)
throws IllegalBlockSizeException,
BadPaddingException,
InvalidKeyException,
NoSuchAlgorithmException
input - The byte array to be transformedIllegalBlockSizeExceptionBadPaddingExceptionInvalidKeyExceptionNoSuchAlgorithmExceptionCopyright © 2019 Microsoft Corporation. All rights reserved.