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