public interface KeysetWriter
Keyset or an EncryptedKeyset to some storage
system.| Modifier and Type | Method and Description |
|---|---|
void |
write(EncryptedKeyset keyset)
Tries to write an
EncryptedKeyset to some storage system. |
void |
write(Keyset keyset)
Tries to write a
Keyset to some storage system. |
void write(Keyset keyset) throws IOException
Keyset to some storage system.IOExceptionvoid write(EncryptedKeyset keyset) throws IOException
EncryptedKeyset to some storage system.IOException