public interface FabricCryptoConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getIdentityIdentifierHashFunction()
IdentityIdentifierHashFunction is a string representing the hash function
to be used during the computation of the identity identifier of an MSP identity.
|
com.google.protobuf.ByteString |
getIdentityIdentifierHashFunctionBytes()
IdentityIdentifierHashFunction is a string representing the hash function
to be used during the computation of the identity identifier of an MSP identity.
|
String |
getSignatureHashFamily()
SignatureHashFamily is a string representing the hash family to be used
during sign and verify operations.
|
com.google.protobuf.ByteString |
getSignatureHashFamilyBytes()
SignatureHashFamily is a string representing the hash family to be used
during sign and verify operations.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getSignatureHashFamily()
SignatureHashFamily is a string representing the hash family to be used during sign and verify operations. Allowed values are "SHA2" and "SHA3".
string signature_hash_family = 1 [json_name = "signatureHashFamily"];
com.google.protobuf.ByteString getSignatureHashFamilyBytes()
SignatureHashFamily is a string representing the hash family to be used during sign and verify operations. Allowed values are "SHA2" and "SHA3".
string signature_hash_family = 1 [json_name = "signatureHashFamily"];
String getIdentityIdentifierHashFunction()
IdentityIdentifierHashFunction is a string representing the hash function to be used during the computation of the identity identifier of an MSP identity. Allowed values are "SHA256", "SHA384" and "SHA3_256", "SHA3_384".
string identity_identifier_hash_function = 2 [json_name = "identityIdentifierHashFunction"];
com.google.protobuf.ByteString getIdentityIdentifierHashFunctionBytes()
IdentityIdentifierHashFunction is a string representing the hash function to be used during the computation of the identity identifier of an MSP identity. Allowed values are "SHA256", "SHA384" and "SHA3_256", "SHA3_384".
string identity_identifier_hash_function = 2 [json_name = "identityIdentifierHashFunction"];
Copyright © 2022. All rights reserved.