Interface IAuthenticatedCryptoTransform
-
- All Superinterfaces:
ICryptoTransform
public interface IAuthenticatedCryptoTransform extends ICryptoTransform
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]
getTag()
-
Methods inherited from interface com.microsoft.azure.keyvault.cryptography.ICryptoTransform
doFinal
-
-