XCMS Toolkit

com.cms.crypto
Class MQVKeySet

java.lang.Object
  extended by com.cms.crypto.MQVKeySet

public class MQVKeySet
extends java.lang.Object

??? description ???

Version:
1.00 - 2005/12/17
Author:
support@phillipgriffin.com

Constructor Summary
MQVKeySet(java.security.KeyPair staticKeys, java.security.KeyPair ephemeralKeys)
          Constructor for MQVKeySet with static and ephemeral public/private key pair parameters.
 
Method Summary
 java.security.KeyPair getEphemeralKeys()
          Returns a pair of public-private ephemeral keys.
 java.security.KeyPair getStaticKeys()
          Returns a pair of public-private static keys.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MQVKeySet

public MQVKeySet(java.security.KeyPair staticKeys,
                 java.security.KeyPair ephemeralKeys)
Constructor for MQVKeySet with static and ephemeral public/private key pair parameters.

Parameters:
staticKeys - static public-private key pair
ephemeralKeys - ephemeral public-private key pair
Method Detail

getStaticKeys

public java.security.KeyPair getStaticKeys()
Returns a pair of public-private static keys.


getEphemeralKeys

public java.security.KeyPair getEphemeralKeys()
Returns a pair of public-private ephemeral keys.


XCMS Toolkit


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