Interface SdkJwkWrapper
-
public interface SdkJwkWrapper
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jose4j.jwk.JsonWebKeygetJwk()StringgetKeyId()StringgetPkCertID()PrivateKeygetPrivateKey()
-
-
-
Method Detail
-
getPrivateKey
PrivateKey getPrivateKey()
-
getKeyId
String getKeyId()
-
getJwk
org.jose4j.jwk.JsonWebKey getJwk()
-
getPkCertID
String getPkCertID()
-
-