VCRegParam
VC issuance Reg data Class
Class Info
Class
Package: com.raonsecure.gdp.server.sdk.api.issuer.data
Extends: com.raonsecure.gdp.server.sdk.api.data.IWApiBaseData
Field
Modifier and Type
Field Name
Description
private DIDs
issuerDIDs
Issuer's DID Object
private String
txId
Token Transfer TX ID
private VcResult
vcInitResult
VC Init Result Data
Constructor
VC issuance reg data
Constructor and Description
Type
Parameter
Description
serverInfo
Blockchain Node server information
IWKeyManager
keyManager
Private Key Wallet Manager
String
mainKeyId
KeyID of the key for signature stored in the key manager
String
vcInitResultJson
VC Init Result Data(JSON)
String
issuerDidFile
Issuer's DID file path
String
txId
VC TYPE Code
Constructor and Description
Type
Parameter
Description
serverInfo
Blockchain Node server information
IWKeyManager
keyManager
Private Key Wallet Manager
String
mainKeyId
KeyID of the key for signature stored in the key manager
String
vcInitResultJson
VC Init Result Data(JSON)
DIDs
issuerDIDs
Issuer DID Object
Method
Getter and Setter method is not marked.
Last updated