java.security
Class KeyPair
java.lang.Object
java.security.KeyPair
- All Implemented Interfaces:
- Serializable
public final class KeyPair
- extends Object
- implements 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 var0,
PrivateKey var1)
getPrivate
public PrivateKey getPrivate()
getPublic
public PublicKey getPublic()
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.