io.opencannabis.schema.crypto.primitives.KeyMaterialOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
Java RPCAPI client for the Bloombox Cloud.
The newest version!
/*
* Copyright 2019, Momentum Ideas Co.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: crypto/primitives/Keys.proto
package io.opencannabis.schema.crypto.primitives;
public interface KeyMaterialOrBuilder extends
// @@protoc_insertion_point(interface_extends:opencannabis.crypto.KeyMaterial)
com.google.protobuf.MessageOrBuilder {
/**
*
* Cryptographic hash of the key in question.
*
*
* .opencannabis.crypto.Hash fingerprint = 1;
*/
boolean hasFingerprint();
/**
*
* Cryptographic hash of the key in question.
*
*
* .opencannabis.crypto.Hash fingerprint = 1;
*/
io.opencannabis.schema.crypto.primitives.integrity.Hash getFingerprint();
/**
*
* Cryptographic hash of the key in question.
*
*
* .opencannabis.crypto.Hash fingerprint = 1;
*/
io.opencannabis.schema.crypto.primitives.integrity.HashOrBuilder getFingerprintOrBuilder();
/**
*
* Parameters regarding the subject key.
*
*
* .opencannabis.crypto.KeyParameters params = 2;
*/
boolean hasParams();
/**
*
* Parameters regarding the subject key.
*
*
* .opencannabis.crypto.KeyParameters params = 2;
*/
io.opencannabis.schema.crypto.primitives.KeyParameters getParams();
/**
*
* Parameters regarding the subject key.
*
*
* .opencannabis.crypto.KeyParameters params = 2;
*/
io.opencannabis.schema.crypto.primitives.KeyParametersOrBuilder getParamsOrBuilder();
/**
*
* Raw bytes of the key itself.
*
*
* bytes raw = 10;
*/
com.google.protobuf.ByteString getRaw();
/**
*
* Key, encoded in PEM format.
*
*
* string pem = 11;
*/
java.lang.String getPem();
/**
*
* Key, encoded in PEM format.
*
*
* string pem = 11;
*/
com.google.protobuf.ByteString
getPemBytes();
public io.opencannabis.schema.crypto.primitives.KeyMaterial.DataCase getDataCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy