| Package | Description |
|---|---|
| com.google.crypto.tink | |
| com.google.crypto.tink.signature |
| Modifier and Type | Method and Description |
|---|---|
static PemKeyType |
PemKeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PemKeyType[] |
PemKeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SignaturePemKeysetReader.Builder |
SignaturePemKeysetReader.Builder.addPem(String pem,
PemKeyType keyType)
Adds a PEM.
|