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
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
KeyPair
public KeyPair(PublicKey,
PrivateKey)
getPrivate
public PrivateKey getPrivate()
getPublic
public PublicKey getPublic()
Copyright (C) 1995-2000 The Cryptix Foundation Ltd. All rights reserved.