XCMS Toolkit

com.cms.crypto
Interface SecretKeyLookup

All Known Implementing Classes:
ExampleSecretKeyLookup

public interface SecretKeyLookup

A public interface that defines methods for locating a symmetric key.

Implementations of this SecretKeyLookup public interface must return a SecretKey.

Version:
1.00 - 2006/01/17
Author:
support@phillipgriffin.com

Method Summary
 javax.crypto.SecretKey lookup(byte[] keyName, ContentEncryptionAlgorithmIdentifier algorithm)
          Named content encryption key lookup.
 

Method Detail

lookup

javax.crypto.SecretKey lookup(byte[] keyName,
                              ContentEncryptionAlgorithmIdentifier algorithm)
Named content encryption key lookup.

Parameters:
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


Copyright © 2005-2006 GRIFFIN Consulting. All Rights Reserved.