VC verification data parameters
Package: com.raonsecure.gdp.server.sdk.api.issuer.data
Extends: com.raonsecure.gdp.server.sdk.api.data.IWApiBaseData
Modifier and Type
Field Name
Description
private ServerInfo
private
ServerInfo
agentServerInfo
Agent server information
private IWDIDManager
spDidManager
SP DID Manager
private DIDs
spDIDs
SP DID Object
private String
userDID
User's DID
vcEncHex
Encrypted VC(Hex)
vcId
VC의 ID
Constructor and Description
VcVerifyParam(ServerInfo blockChainServerInfo, ServerInfo agentServerInfo, IWKeyManager keyManager, String mainKeyId, String vcEncHex, String vcId, String sessionId, String userDID, String spDidFile)
VcVerifyParam(
blockChainServerInfo,
agentServerInfo, IWKeyManager keyManager, String mainKeyId, String vcEncHex, String vcId, String sessionId, String userDID, String spDidFile)
Type
Parameter
ServerInfoarrow-up-right
blockChainServerInfo
Blockchain Node server information
IWKeyManager
keyManager
Private Key Wallet Manager
String
mainKeyId
KeyID of the key for signature stored in the key manager
VC ID
sessionId
Session ID
spDidFile
SP DID file path
Getter and Setter method is not marked
Last updated 5 years ago
Was this helpful?