JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.pingidentity.sdk.internal.interfaces
Interface SdkJwkWrapper
public interface
SdkJwkWrapper
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
org.jose4j.jwk.JsonWebKey
getJwk
()
String
getKeyId
()
String
getPkCertID
()
PrivateKey
getPrivateKey
()
Method Details
getPrivateKey
PrivateKey
getPrivateKey
()
getKeyId
String
getKeyId
()
getJwk
org.jose4j.jwk.JsonWebKey
getJwk
()
getPkCertID
String
getPkCertID
()