Uses of Class
com.authlete.common.dto.TrustAnchor
-
Packages that use TrustAnchor Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of TrustAnchor in com.authlete.common.dto
Methods in com.authlete.common.dto that return TrustAnchor Modifier and Type Method Description TrustAnchor[]
Service. getTrustAnchors()
Get the trust anchors that are referenced when this service resolves trust chains of relying parties.TrustAnchor
TrustAnchor. setEntityId(URI entityId)
Set the entity ID of the trust anchor.TrustAnchor
TrustAnchor. setJwks(String jwks)
Set the JWK Set document containing public keys of the trust anchor.Methods in com.authlete.common.dto with parameters of type TrustAnchor Modifier and Type Method Description Service
Service. setTrustAnchors(TrustAnchor[] trustAnchors)
Set the trust anchors that are referenced when this service resolves trust chains of relying parties.
-