Uses of Class
com.yahoo.vespa.athenz.client.zts.Identity
-
Packages that use Identity Package Description com.yahoo.vespa.athenz.client.zts -
-
Uses of Identity in com.yahoo.vespa.athenz.client.zts
Methods in com.yahoo.vespa.athenz.client.zts that return Identity Modifier and Type Method Description Identity
DefaultZtsClient. getServiceIdentity(AthenzIdentity identity, String keyId, com.yahoo.security.Pkcs10Csr csr)
Identity
DefaultZtsClient. getServiceIdentity(AthenzIdentity identity, String keyId, KeyPair keyPair, String dnsSuffix)
Identity
ZtsClient. getServiceIdentity(AthenzIdentity identity, String keyId, com.yahoo.security.Pkcs10Csr csr)
Get service identityIdentity
ZtsClient. getServiceIdentity(AthenzIdentity identity, String keyId, KeyPair keyPair, String dnsSuffix)
Get service identity
-