Uses of Interface
org.apache.cxf.rs.security.jose.jws.JwsSignature
Packages that use JwsSignature
Package
Description
-
Uses of JwsSignature in org.apache.cxf.rs.security.jose.jaxrs.multipart
Constructors in org.apache.cxf.rs.security.jose.jaxrs.multipart with parameters of type JwsSignature -
Uses of JwsSignature in org.apache.cxf.rs.security.jose.jws
Classes in org.apache.cxf.rs.security.jose.jws that implement JwsSignatureModifier and TypeClassDescriptionprotected static classprotected static classMethods in org.apache.cxf.rs.security.jose.jws that return JwsSignatureModifier and TypeMethodDescriptionAbstractJwsSignatureProvider.createJwsSignature(JwsHeaders headers) JwsSignatureProvider.createJwsSignature(JwsHeaders headers) Create a signature handler capable of updating the signature input (optional operation)NoneJwsSignatureProvider.createJwsSignature(JwsHeaders headers) protected abstract JwsSignatureAbstractJwsSignatureProvider.doCreateJwsSignature(JwsHeaders headers) protected JwsSignatureEcDsaJwsSignatureProvider.doCreateJwsSignature(Signature s) protected JwsSignatureHmacJwsSignatureProvider.doCreateJwsSignature(JwsHeaders headers) protected JwsSignaturePrivateKeyJwsSignatureProvider.doCreateJwsSignature(Signature s) protected JwsSignaturePrivateKeyJwsSignatureProvider.doCreateJwsSignature(JwsHeaders headers) JwsDetachedSignature.getSignature()Constructors in org.apache.cxf.rs.security.jose.jws with parameters of type JwsSignatureModifierConstructorDescriptionJwsDetachedSignature(JwsHeaders headers, String base64UrlEncodedHeaders, JwsSignature signature, boolean useJwsJsonSignatureFormat) JwsOutputStream(OutputStream out, JwsSignature signature, boolean writeSignature)