| Modifier and Type | Method and Description |
|---|---|
CertifiedKeyPair |
KeyStore.retrieve(StoreReference store)
Retrieve a private key from a given store that may contains only a single key.
|
CertifiedKeyPair |
KeyStore.retrieve(StoreReference store,
byte[] password)
Retrieve the certified key pair from a given store that may contains only a single key and decrypt it using
the given password.
|
CertifiedKeyPair |
KeyStore.retrieve(StoreReference store,
CertifiedPublicKey publicKey)
Retrieve the certified key pair from a given store that match the given certificate.
|
CertifiedKeyPair |
KeyStore.retrieve(StoreReference store,
CertifiedPublicKey publicKey,
byte[] password)
Retrieve the certified key pair from a given store that match the given certificate and decrypt it using
the given password.
|
void |
KeyStore.store(StoreReference store,
CertifiedKeyPair keyPair)
Store a private key and its certificate into a given store.
|
void |
KeyStore.store(StoreReference store,
CertifiedKeyPair keyPair,
byte[] password)
Store a private key and its certificate into a given store, encrypting the key with a password.
|
Copyright © 2004–2015 XWiki. All rights reserved.