Uses of Interface
com.google.crypto.tink.KeysetReader
-
Packages that use KeysetReader Package Description com.google.crypto.tink com.google.crypto.tink.integration.android com.google.crypto.tink.signature -
-
Uses of KeysetReader in com.google.crypto.tink
Classes in com.google.crypto.tink that implement KeysetReader Modifier and Type Class Description classBinaryKeysetReaderAKeysetReaderthat can read from some source cleartext or encrypted keysets in proto binary wire format.classJsonKeysetReaderAKeysetReaderthat can read from source source cleartext or encrypted keysets in proto JSON format.Methods in com.google.crypto.tink that return KeysetReader Modifier and Type Method Description static KeysetReaderBinaryKeysetReader. withBytes(byte[] bytes)Static method to create a BinaryKeysetReader from a byte arrary.static KeysetReaderBinaryKeysetReader. withFile(java.io.File file)Deprecated.Inline the function.static KeysetReaderBinaryKeysetReader. withInputStream(java.io.InputStream stream)Static method to create a BinaryKeysetReader from anInputStream.Methods in com.google.crypto.tink with parameters of type KeysetReader Modifier and Type Method Description static KeysetHandleLegacyKeysetSerialization. parseEncryptedKeyset(KeysetReader reader, Aead aead, byte[] associatedData)Parse an encrypted keyset from the reader.static KeysetHandleLegacyKeysetSerialization. parseKeyset(KeysetReader reader, SecretKeyAccess access)Parse a keyset from the reader.static KeysetHandleLegacyKeysetSerialization. parseKeysetWithoutSecret(KeysetReader reader)Parse a KeysetHandle from the reader.static KeysetHandleCleartextKeysetHandle. read(KeysetReader reader)static KeysetHandleCleartextKeysetHandle. read(KeysetReader reader, java.util.Map<java.lang.String,java.lang.String> monitoringAnnotations)Deprecated.Instead, use aKeysetHandle.Builder.static KeysetHandleKeysetHandle. read(KeysetReader reader, Aead masterKey)Deprecated.New users should prefer TinkProtoKeysetFormat.static KeysetHandleNoSecretKeysetHandle. read(KeysetReader reader)Deprecated.static KeysetHandleKeysetHandle. readNoSecret(KeysetReader reader)Deprecated.New users should prefer TinkProtoKeysetFormat.static KeysetHandleKeysetHandle. readWithAssociatedData(KeysetReader reader, Aead masterKey, byte[] associatedData)Deprecated.New users should prefer TinkProtoKeysetFormat. -
Uses of KeysetReader in com.google.crypto.tink.integration.android
Classes in com.google.crypto.tink.integration.android that implement KeysetReader Modifier and Type Class Description classSharedPrefKeysetReaderAKeysetReaderthat can read keysets from private shared preferences on Android. -
Uses of KeysetReader in com.google.crypto.tink.signature
Classes in com.google.crypto.tink.signature that implement KeysetReader Modifier and Type Class Description classSignaturePemKeysetReaderSignaturePemKeysetReader is aKeysetReaderthat can read digital signature keys in PEM format (RFC 7468).Methods in com.google.crypto.tink.signature that return KeysetReader Modifier and Type Method Description KeysetReaderSignaturePemKeysetReader.Builder. build()
-