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