Package org.hyperledger.aries.config
Class CredDefId
- java.lang.Object
-
- org.hyperledger.aries.config.CredDefId
-
public class CredDefId extends Object
Keeps track of all the ways one can spell credential definition id.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCRED_DEF_IDstatic StringCREDDEFIDstatic StringCREDENTIAL_DEFINITION_IDstatic StringCREDENTIALDEFINITIONID
-
Constructor Summary
Constructors Constructor Description CredDefId()
-
-
-
Field Detail
-
CREDENTIAL_DEFINITION_ID
public static final String CREDENTIAL_DEFINITION_ID
- See Also:
- Constant Field Values
-
CRED_DEF_ID
public static final String CRED_DEF_ID
- See Also:
- Constant Field Values
-
CREDDEFID
public static final String CREDDEFID
- See Also:
- Constant Field Values
-
CREDENTIALDEFINITIONID
public static final String CREDENTIALDEFINITIONID
- See Also:
- Constant Field Values
-
-