📃
OmniOne Developer Site
  • Introduction
  • Manager console guide
    • To begin with...
      • Wallet Settings
      • Select an Account
      • The Issuer/SP account creation
      • Issue access token for the OmniOne Agent
    • Issuer Console
      • Claim
      • VC Type
      • VC Format
      • Issue the VC Information
      • My request list
    • SP Console
      • Service List
      • Token Transaction History
      • My service request
  • Server system construction
    • To begin with...
      • Server Wallet creation and Key settings
      • Collect the Issuer and SP's DID
      • application.properties settings
    • Server default environment configuration per IDE
      • Spring Tool Suite 4
      • IntelliJ IDEA
    • Building the Issuer system
      • Issuer server guide(JAVA)
    • Building the SP system
      • SP server guide (JAVA)
  • Checking Blockchain data
    • Check Agent API
      • bp
      • Committee
      • DID
      • executor
      • key
      • pDID
      • player
      • policy
      • txinfo
      • txissue
      • vc
      • version
      • response codes
  • SDK instruction guide
    • Core SDK Guide
      • Java Wallet
        • IWKeyManager
        • IWDIDManager
        • IWRecoveryManager
        • ZkpException
        • IWException
      • iOS Wallet
        • IWKeyManager
        • IWDidManager
        • IWClaimManager
        • IWRecoveryManager
        • IWErrorManager
        • Enum
    • Server SDK Guide
      • Java
        • ServerInfo
        • IssuerApi
        • SpApi
        • VcResult
        • VcInitParam
        • VCRegParam
        • VcVerifyParam
        • SpProfileParam
    • Omni App Link SDK
      • Server
      • Android
      • IOS
  • Node creation
    • Full Node creation
      • Full Node by using Docker
        • Docker Installation
        • Building Full Node
        • Full Node settings
      • Installation type Full Node
        • Full Node installation
    • BP Node creation
      • BP Node by using Docker
        • Docker Installation
        • Building BP Node
        • BP Node settings
          • keosd/BP Node executing simultaneously
      • Installation type BP
        • Node Installation
        • Executing Node
        • Node settings
        • BP Vote
Powered by GitBook
On this page
  • Class Info
  • Class
  • Field
  • Constructor
  • Method

Was this helpful?

  1. SDK instruction guide
  2. Server SDK Guide
  3. Java

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

PreviousVcResultNextVCRegParam

Last updated 4 years ago

Was this helpful?

VcInitParam( serverInfo, IWKeyManager keyManager, String mainKeyId, String vcRequestJson, String issuerDidFile, String vcTypeCode)

ServerInfo
ServerInfo