public interface SigningIdentityInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
KeyInfo |
getPrivateSigner()
PrivateSigner denotes a reference to the private key of the
peer's signing identity
|
KeyInfoOrBuilder |
getPrivateSignerOrBuilder()
PrivateSigner denotes a reference to the private key of the
peer's signing identity
|
com.google.protobuf.ByteString |
getPublicSigner()
PublicSigner carries the public information of the signing
identity.
|
boolean |
hasPrivateSigner()
PrivateSigner denotes a reference to the private key of the
peer's signing identity
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getPublicSigner()
PublicSigner carries the public information of the signing identity. For an X.509 provider this would be represented by an X.509 certificate
bytes public_signer = 1 [json_name = "publicSigner"];
boolean hasPrivateSigner()
PrivateSigner denotes a reference to the private key of the peer's signing identity
.msp.KeyInfo private_signer = 2 [json_name = "privateSigner"];
KeyInfo getPrivateSigner()
PrivateSigner denotes a reference to the private key of the peer's signing identity
.msp.KeyInfo private_signer = 2 [json_name = "privateSigner"];
KeyInfoOrBuilder getPrivateSignerOrBuilder()
PrivateSigner denotes a reference to the private key of the peer's signing identity
.msp.KeyInfo private_signer = 2 [json_name = "privateSigner"];
Copyright © 2022. All rights reserved.