Uses of Interface
org.apache.cxf.rs.security.jose.jws.JwsSignature
-
Packages that use JwsSignature Package Description org.apache.cxf.rs.security.jose.jaxrs.multipart org.apache.cxf.rs.security.jose.jws -
-
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 Constructor Description JwsMultipartSignatureOutFilter(JwsSignature sig) -
Uses of JwsSignature in org.apache.cxf.rs.security.jose.jws
Classes in org.apache.cxf.rs.security.jose.jws that implement JwsSignature Modifier and Type Class Description protected static classEcDsaJwsSignatureProvider.EcDsaPrivateKeyJwsSignatureprotected static classPrivateKeyJwsSignatureProvider.PrivateKeyJwsSignatureMethods in org.apache.cxf.rs.security.jose.jws that return JwsSignature Modifier and Type Method Description JwsSignatureAbstractJwsSignatureProvider. createJwsSignature(JwsHeaders headers)JwsSignatureJwsSignatureProvider. createJwsSignature(JwsHeaders headers)Create a signature handler capable of updating the signature input (optional operation)JwsSignatureNoneJwsSignatureProvider. 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)JwsSignatureJwsDetachedSignature. getSignature()Constructors in org.apache.cxf.rs.security.jose.jws with parameters of type JwsSignature Constructor Description JwsDetachedSignature(JwsHeaders headers, String base64UrlEncodedHeaders, JwsSignature signature, boolean useJwsJsonSignatureFormat)JwsOutputStream(OutputStream out, JwsSignature signature, boolean writeSignature)
-