Package com.adobe.granite.crypto
@Version("1.5.1")
package com.adobe.granite.crypto
Provides a service to encrypt and decrypt binary and string data. Consumers
of the service will import this package and get the
CryptoSupport
service from the OSGi
service registry.-
ClassDescriptionThe
CryptoException
is thrown by the service methods of theCryptoSupport
service.TheCryptoSupport
provides a simple API to encrypt and decrypt binary and string data.