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 var0, PrivateKey var1)
           
 
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 var0,
               PrivateKey var1)
Method Detail

getPrivate

public PrivateKey getPrivate()

getPublic

public PublicKey getPublic()


Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.