|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SecretKeyLookup
A public interface that defines methods for locating a symmetric key.
Implementations of this SecretKeyLookup
public interface must return a SecretKey.
| Method Summary | |
|---|---|
javax.crypto.SecretKey |
lookup(byte[] keyName,
ContentEncryptionAlgorithmIdentifier algorithm)
Named content encryption key lookup. |
| Method Detail |
|---|
javax.crypto.SecretKey lookup(byte[] keyName,
ContentEncryptionAlgorithmIdentifier algorithm)
keyName - the local name of a Content Encryption Key (CEK)algorithm - a content encryption algoithm identifier, a value
of ASN.1 type ContentEncryptionAlgorithmIdentifier
|
XCMS Toolkit | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||