CredentialIssuerMetadata |
Service.getCredentialIssuerMetadata() |
Get the credential issuer metadata.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setAuthorizationServers(URI[] servers) |
Set the identifiers of the authorization servers that the credential
issuer relies on for authorization.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setBatchCredentialEndpoint(URI endpoint) |
Set the URL of the batch credential endpoint.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setBatchSize(int batchSize) |
Set the maximum array size for the proofs parameter in a
credential request.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setCredentialEndpoint(URI endpoint) |
Set the URL of the credential endpoint.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setCredentialIssuer(URI issuer) |
Set the identifier of the credential issuer.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setCredentialRequestEncryptionEncValuesSupported(JWEEnc[] encs) |
Set the supported JWE enc algorithms for credential request
encryption.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setCredentialRequestEncryptionJwks(String jwks) |
Set the JWK Set for credential request encryption.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setCredentialRequestEncryptionZipValuesSupported(JWEZip[] zips) |
Set the supported JWE zip algorithms for credential request
encryption.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setCredentialResponseEncryptionAlgValuesSupported(JWEAlg[] algs) |
Set the supported JWE alg algorithms for credential response
encryption.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setCredentialResponseEncryptionEncValuesSupported(JWEEnc[] encs) |
Set the supported JWE enc algorithms for credential response
encryption.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setCredentialResponseEncryptionZipValuesSupported(JWEZip[] zips) |
Set the supported JWE zip algorithms for credential response
encryption.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setCredentialsSupported(String credentialsSupported) |
Set the information about supported credential configurations in the
JSON format.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setDeferredCredentialEndpoint(URI endpoint) |
Set the URL of the deferred credential endpoint.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setDisplay(String display) |
Set the display properties of this credential issuer in JSON array format.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setNonceEndpoint(URI endpoint) |
Set the URL of the nonce endpoint.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setNotificationEndpoint(URI endpoint) |
Set the URL of the notification endpoint.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setRequireCredentialRequestEncryption(boolean required) |
Set the boolean flag indicating whether credential request encryption
is required.
|
CredentialIssuerMetadata |
CredentialIssuerMetadata.setRequireCredentialResponseEncryption(boolean required) |
Set the boolean flag indicating whether credential response encryption
is required.
|