Home | History | Annotate | Download | only in media

Lines Matching defs:encrypt

1065      * root of trust, and then perform encrypt, decrypt, sign and verify operations
1068 * The CryptoSession class implements generic encrypt/decrypt/sign/verify methods
1098 * Encrypt data using the CryptoSession's cipher algorithm
1101 * @param input the data to encrypt
1105 public byte[] encrypt(
1114 * @param input the data to encrypt
1150 * Obtain a CryptoSession object which can be used to encrypt, decrypt,
1156 * to be used for encrypt, decrypt, sign and/or verify