public interface KeysetReader
Keyset or an EncryptedKeyset from some source.| Modifier and Type | Method and Description |
|---|---|
Keyset |
read()
Tries to read and return a cleartext
Keyset. |
EncryptedKeyset |
readEncrypted()
Tries to read and return an
EncryptedKeyset. |
Keyset read() throws IOException
Keyset.IOExceptionEncryptedKeyset readEncrypted() throws IOException
EncryptedKeyset.IOException