XCMS Toolkit

examples
Class ExampleDESKey

java.lang.Object
  extended by examples.ExampleDESKey

public class ExampleDESKey
extends java.lang.Object

Establishes a provider independent Triple-DES (3DES) secret key for retrieval and use by toolkit example programs.

Version:
1.00 - 2006/02/23
Author:
support@phillipgriffin.com

Constructor Summary
ExampleDESKey()
          Constructor for ExampleDESKey.
 
Method Summary
 javax.crypto.SecretKey getKey()
          Returns the established, secret Triple DES key.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExampleDESKey

public ExampleDESKey()
Constructor for ExampleDESKey.

Method Detail

getKey

public javax.crypto.SecretKey getKey()
Returns the established, secret Triple DES key.


XCMS Toolkit


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