Package com.daml.ledger.api.v2
Interface CryptoOuterClass.SigningPublicKeyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CryptoOuterClass.SigningPublicKey,CryptoOuterClass.SigningPublicKey.Builder
- Enclosing class:
CryptoOuterClass
public static interface CryptoOuterClass.SigningPublicKeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe serialization format of the public key RequiredintThe serialization format of the public key Requiredcom.google.protobuf.ByteStringSerialized public key in the format specified above Required: must be non-emptyThe key specification RequiredintThe key specification RequiredMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFormatValue
int getFormatValue()The serialization format of the public key Required
.com.daml.ledger.api.v2.CryptoKeyFormat format = 1;- Returns:
- The enum numeric value on the wire for format.
-
getFormat
CryptoOuterClass.CryptoKeyFormat getFormat()The serialization format of the public key Required
.com.daml.ledger.api.v2.CryptoKeyFormat format = 1;- Returns:
- The format.
-
getKeyData
com.google.protobuf.ByteString getKeyData()Serialized public key in the format specified above Required: must be non-empty
bytes key_data = 2;- Returns:
- The keyData.
-
getKeySpecValue
int getKeySpecValue()The key specification Required
.com.daml.ledger.api.v2.SigningKeySpec key_spec = 3;- Returns:
- The enum numeric value on the wire for keySpec.
-
getKeySpec
CryptoOuterClass.SigningKeySpec getKeySpec()The key specification Required
.com.daml.ledger.api.v2.SigningKeySpec key_spec = 3;- Returns:
- The keySpec.
-