@Deprecated public final class NoSecretKeysetHandle extends Object
| Modifier and Type | Method and Description |
|---|---|
static KeysetHandle |
parseFrom(byte[] serialized)
Deprecated.
use
read(com.google.crypto.tink.KeysetReader) instead |
static KeysetHandle |
read(KeysetReader reader)
Deprecated.
|
@Deprecated public static final KeysetHandle parseFrom(byte[] serialized) throws GeneralSecurityException
read(com.google.crypto.tink.KeysetReader) insteadserialized which is a serialized Keyset.GeneralSecurityExceptionpublic static final KeysetHandle read(KeysetReader reader) throws GeneralSecurityException, IOException
reader.GeneralSecurityExceptionIOException