Cryptix V3.1

java.security
Class KeyPair

java.lang.Object
  |
  +--java.security.KeyPair

public final synchronized class KeyPair
extends Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
KeyPair(PublicKey, PrivateKey)
           
 
Method Summary
 PrivateKey getPrivate()
           
 PublicKey getPublic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeyPair

public KeyPair(PublicKey,
               PrivateKey)
Method Detail

getPrivate

public PrivateKey getPrivate()

getPublic

public PublicKey getPublic()

Cryptix V3.1

Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.