| Package | Description |
|---|---|
| secret_service |
| Modifier and Type | Method and Description |
|---|---|
static SecretServiceOuterClass.KeyType |
SecretServiceOuterClass.KeyType.forNumber(int value) |
SecretServiceOuterClass.KeyType |
SecretServiceOuterClass.GenerateKeyRequestOrBuilder.getSpec()
Spec gives a way to generate the key (potentially BIP32 private derivation path here)
|
SecretServiceOuterClass.KeyType |
SecretServiceOuterClass.GenerateKeyRequest.getSpec()
Spec gives a way to generate the key (potentially BIP32 private derivation path here)
|
SecretServiceOuterClass.KeyType |
SecretServiceOuterClass.GenerateKeyRequest.Builder.getSpec()
Spec gives a way to generate the key (potentially BIP32 private derivation path here)
|
static SecretServiceOuterClass.KeyType |
SecretServiceOuterClass.KeyType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SecretServiceOuterClass.KeyType |
SecretServiceOuterClass.KeyType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SecretServiceOuterClass.KeyType |
SecretServiceOuterClass.KeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecretServiceOuterClass.KeyType[] |
SecretServiceOuterClass.KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<SecretServiceOuterClass.KeyType> |
SecretServiceOuterClass.KeyType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SecretServiceOuterClass.GenerateKeyRequest.Builder |
SecretServiceOuterClass.GenerateKeyRequest.Builder.setSpec(SecretServiceOuterClass.KeyType value)
Spec gives a way to generate the key (potentially BIP32 private derivation path here)
|
Copyright © 2019. All rights reserved.