Uses of Interface
org.apache.cxf.rs.security.jose.jws.JwsSignatureProvider
Packages that use JwsSignatureProvider
Package
Description
-
Uses of JwsSignatureProvider in org.apache.cxf.rs.security.jose.common
Methods in org.apache.cxf.rs.security.jose.common that return JwsSignatureProviderModifier and TypeMethodDescriptionprotected JwsSignatureProviderAbstractJoseProducer.getInitializedSignatureProvider(JwsHeaders jwsHeaders) Methods in org.apache.cxf.rs.security.jose.common with parameters of type JwsSignatureProviderModifier and TypeMethodDescriptionvoidAbstractJoseProducer.setSignatureProvider(JwsSignatureProvider signatureProvider) -
Uses of JwsSignatureProvider in org.apache.cxf.rs.security.jose.jws
Classes in org.apache.cxf.rs.security.jose.jws that implement JwsSignatureProviderModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.apache.cxf.rs.security.jose.jws that return JwsSignatureProviderModifier and TypeMethodDescriptionstatic JwsSignatureProviderJwsUtils.getHmacSignatureProvider(byte[] key, SignatureAlgorithm algo) static JwsSignatureProviderJwsUtils.getHmacSignatureProvider(String encodedKey, SignatureAlgorithm algo) static JwsSignatureProviderJwsUtils.getPrivateKeySignatureProvider(PrivateKey key, SignatureAlgorithm algo) static JwsSignatureProviderJwsUtils.getSignatureProvider(JsonWebKey jwk) static JwsSignatureProviderJwsUtils.getSignatureProvider(JsonWebKey jwk, SignatureAlgorithm defaultAlgorithm) static JwsSignatureProviderJwsUtils.loadSignatureProvider(boolean required) static JwsSignatureProviderJwsUtils.loadSignatureProvider(String propertiesLoc, org.apache.cxf.Bus bus) static JwsSignatureProviderJwsUtils.loadSignatureProvider(Properties props, JwsHeaders headers) static JwsSignatureProviderJwsUtils.loadSignatureProvider(org.apache.cxf.message.Message m, Properties props, JwsHeaders headers) static JwsSignatureProviderJwsUtils.loadSignatureProvider(JwsHeaders headers, boolean required) Methods in org.apache.cxf.rs.security.jose.jws with parameters of type JwsSignatureProviderModifier and TypeMethodDescriptionstatic StringJwsUtils.sign(JwsSignatureProvider jwsSig, String content, String ct) JwsCompactProducer.signWith(JwsSignatureProvider signer) JwsJsonProducer.signWith(JwsSignatureProvider signer) JwsJsonProducer.signWith(JwsSignatureProvider signer, JwsHeaders protectedHeader) JwsJsonProducer.signWith(JwsSignatureProvider signer, JwsHeaders protectedHeader, JwsHeaders unprotectedHeader) Method parameters in org.apache.cxf.rs.security.jose.jws with type arguments of type JwsSignatureProvider -
Uses of JwsSignatureProvider in org.apache.cxf.rs.security.jose.jwt
Methods in org.apache.cxf.rs.security.jose.jwt with parameters of type JwsSignatureProviderModifier and TypeMethodDescriptionJoseJwtProducer.processJwt(JwtToken jwt, JweEncryptionProvider theEncProvider, JwsSignatureProvider theSigProvider)