Searched refs:CryptoSession (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
H A DMediaDrm.java520 * supported by CryptoSession. The list may be empty if the DRM engine
521 * plugin does not support CryptoSession operations.
586 * The CryptoSession class implements generic encrypt/decrypt/sign/verify methods
600 * A CryptoSession is obtained using {@link #getCryptoSession}
602 public final class CryptoSession { class in class:MediaDrm
606 CryptoSession(MediaDrm drm, byte[] sessionId, method in class:MediaDrm.CryptoSession
616 * Encrypt data using the CryptoSession's cipher algorithm
662 * Obtain a CryptoSession object which can be used to encrypt, decrypt,
681 public CryptoSession getCryptoSession(byte[] sessionId,
685 return new CryptoSession(thi
[all...]

Completed in 150 milliseconds