com.plumtree.openfoundation.security
Interface IXPPKIKeyPair

All Known Implementing Classes:
XPRSAKeyPair

public interface IXPPKIKeyPair

Interface defining a class which holds the public and private keys for PKI encryption.


Method Summary
 IXPPKIPrivateKey GetPrivateKey()
          Gets the value of the Private Key of this Key Pair in Public Key Infrastructure, when implemented.
 IXPPKIPublicKey GetPublicKey()
          Gets the value of the Public Key of this Key Pair in Public Key Infrastructure, when implemented.
 

Method Detail

GetPublicKey

IXPPKIPublicKey GetPublicKey()
Gets the value of the Public Key of this Key Pair in Public Key Infrastructure, when implemented.

Returns:
Public Key part of the Key Pair.

GetPrivateKey

IXPPKIPrivateKey GetPrivateKey()
Gets the value of the Private Key of this Key Pair in Public Key Infrastructure, when implemented.

Returns:
Private Key part of the Key Pair.


Copyright © 2002, 2003, 2004 Plumtree Software Inc. All Rights Reserved.