
public class KeyPairCredential extends Credential
| Constructor and Description |
|---|
KeyPairCredential(KeyPair pair,
String name,
char[] password) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
KeyPair |
pair() |
PrivateKey |
privateKey() |
PublicKey |
publicKey() |
close, isDestroyed, name, passwordpublic void destroy()
destroy in interface Destroyabledestroy in class Credentialpublic KeyPair pair()
public PublicKey publicKey()
public PrivateKey privateKey()
Copyright © 2017–2018 earcam. All rights reserved.