Build 1.0_r1(from source)

java.security
Class KeyPair

java.lang.Object
  extended by java.security.KeyPair
All Implemented Interfaces:
Serializable

public final class KeyPair
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
KeyPair(PublicKey publicKey, PrivateKey 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 publicKey,
               PrivateKey privateKey)
Method Detail

getPrivate

public PrivateKey getPrivate()

getPublic

public PublicKey getPublic()

Build 1.0_r1(from source)

Please submit a feedback, bug or feature