All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hyperledger.aries.config.CredDefId Maven / Gradle / Ivy

There is a newer version: 0.10.0
Show newest version
/*
 * Copyright (c) 2020-2021 - for information on the respective copyright owner
 * see the NOTICE file and/or the repository at
 * https://github.com/hyperledger-labs/acapy-java-client
 *
 * SPDX-License-Identifier: Apache-2.0
 */
package org.hyperledger.aries.config;

/**
 * Keeps track of all the ways one can spell credential definition id.
 */
public class CredDefId {
    public static final String CREDENTIAL_DEFINITION_ID = "credential_definition_id";
    public static final String CRED_DEF_ID = "cred_def_id";
    public static final String CREDDEFID = "credDefId";
    public static final String CREDENTIALDEFINITIONID = "credentialDefinitionId";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy