public interface KeyProvider
| Modifier and Type | Method and Description |
|---|---|
PrivateKey |
getPrivate() |
PublicKey |
getPublic() |
KeyType |
getType() |
PrivateKey getPrivate() throws IOException
IOException - if there is an I/O error retrieving the private keyPublicKey getPublic() throws IOException
IOException - if there is an I/O error retrieving the public keyKeyType getType() throws IOException
KeyType.IOException - if there is an I/O error retrieving the key typeCopyright © 2009–2014. All rights reserved.