org.apache.cxf.rs.security.jose.jwk
Interface JwkReaderWriter

All Known Implementing Classes:
DefaultJwkReaderWriter

public interface JwkReaderWriter


Method Summary
 JsonWebKey jsonToJwk(String jwkJson)
           
 JsonWebKeys jsonToJwkSet(String jwkSetJson)
           
 String jwkSetToJson(JsonWebKeys jwkSet)
           
 String jwkToJson(JsonWebKey jwk)
           
 

Method Detail

jwkToJson

String jwkToJson(JsonWebKey jwk)

jsonToJwk

JsonWebKey jsonToJwk(String jwkJson)

jwkSetToJson

String jwkSetToJson(JsonWebKeys jwkSet)

jsonToJwkSet

JsonWebKeys jsonToJwkSet(String jwkSetJson)


Apache CXF