CSCCredential

CSCCredential

Parameters for representing the CSC Provider based credentials as a subtype for CertificateCredentials.

Members

(static) Builder

Description:

Builds a CSCCredential instance.

Methods

getProviderName() → {string}

Description:
  • Returns the name of trust service provider.

Returns:

trust service provider name

Type
string

getCredentialID() → {string}

Description:
  • Returns the certificate credential ID of user.

Returns:

credential ID

Type
string

getPin() → {string}

Description:
  • Returns the PIN to be used for validating credentials.

Returns:

the PIN value

Type
string

getCSCAuthContext() → {CSCAuthContext}

Description:
  • Returns the credential authorization parameters.

Returns:

the credential auth params

Type
CSCAuthContext