| Package | Description |
|---|---|
| org.scion.jpan.proto.crypto |
| Modifier and Type | Method and Description |
|---|---|
static Signed.SignatureAlgorithm |
Signed.SignatureAlgorithm.forNumber(int value) |
Signed.SignatureAlgorithm |
Signed.HeaderOrBuilder.getSignatureAlgorithm()
Algorithm used to compute the signature.
|
Signed.SignatureAlgorithm |
Signed.Header.getSignatureAlgorithm()
Algorithm used to compute the signature.
|
Signed.SignatureAlgorithm |
Signed.Header.Builder.getSignatureAlgorithm()
Algorithm used to compute the signature.
|
static Signed.SignatureAlgorithm |
Signed.SignatureAlgorithm.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Signed.SignatureAlgorithm |
Signed.SignatureAlgorithm.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Signed.SignatureAlgorithm |
Signed.SignatureAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Signed.SignatureAlgorithm[] |
Signed.SignatureAlgorithm.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<Signed.SignatureAlgorithm> |
Signed.SignatureAlgorithm.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Signed.Header.Builder |
Signed.Header.Builder.setSignatureAlgorithm(Signed.SignatureAlgorithm value)
Algorithm used to compute the signature.
|
Copyright © 2024. All rights reserved.