VcInitParam
VC issuance initial 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 Long
expiresTimeFromCurrent
The expiry date (default value 1year)
private Map<String,String>
issuerAddPrivacy
Private information to add
private DIDs
issuerDIDs
Issuer's DID Object
private VerifiableClaim
vcCompelete
VC Object to be issued
private VerifiableClaim
vcRequest
Request Object which request for VC issuance
private String
vcRequestJson
VC Request' JSON
private String
vcTypeCod
VC Type Code
Constructor
VC issuance initial data
Constructor and Description
Type
Parameter
Description
serverInfo
Blockchain Node server information
IWKeyManager
keyManager
Private Key Wallet manager
String
mainKeyId
The Key ID of a key for signature stored in keyManager
String
vcRequestJson
VCRequest의 JSON
String
issuerDidFile
Issuer's DID File Path
String
vcTypeCode
VC TYPE Code
Method
Getter and Setter method is not markrd
Last updated