org.hyperledger.fabric.protos.msp.KeyInfoOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: msp/msp_config.proto
// Protobuf Java Version: 4.28.2
package org.hyperledger.fabric.protos.msp;
public interface KeyInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:msp.KeyInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Identifier of the key inside the default keystore; this for
* the case of Software BCCSP as well as the HSM BCCSP would be
* the SKI of the key
*
*
* string key_identifier = 1 [json_name = "keyIdentifier"];
* @return The keyIdentifier.
*/
java.lang.String getKeyIdentifier();
/**
*
* Identifier of the key inside the default keystore; this for
* the case of Software BCCSP as well as the HSM BCCSP would be
* the SKI of the key
*
*
* string key_identifier = 1 [json_name = "keyIdentifier"];
* @return The bytes for keyIdentifier.
*/
com.google.protobuf.ByteString
getKeyIdentifierBytes();
/**
*
* KeyMaterial (optional) for the key to be imported; this is
* properly encoded key bytes, prefixed by the type of the key
*
*
* bytes key_material = 2 [json_name = "keyMaterial"];
* @return The keyMaterial.
*/
com.google.protobuf.ByteString getKeyMaterial();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy