Uses of Interface
org.apache.cxf.rs.security.jose.jws.JwsSignatureProvider
-
-
Uses of JwsSignatureProvider in org.apache.cxf.rs.security.jose.common
Methods in org.apache.cxf.rs.security.jose.common that return JwsSignatureProvider Modifier and Type Method Description protected JwsSignatureProviderAbstractJoseProducer. getInitializedSignatureProvider(JwsHeaders jwsHeaders)Methods in org.apache.cxf.rs.security.jose.common with parameters of type JwsSignatureProvider Modifier and Type Method Description voidAbstractJoseProducer. setSignatureProvider(JwsSignatureProvider signatureProvider) -
Uses of JwsSignatureProvider in org.apache.cxf.rs.security.jose.jaxrs
Methods in org.apache.cxf.rs.security.jose.jaxrs that return JwsSignatureProvider Modifier and Type Method Description protected JwsSignatureProviderAbstractJwsWriterProvider. getInitializedSigProvider(JwsHeaders headers)Methods in org.apache.cxf.rs.security.jose.jaxrs that return types with arguments of type JwsSignatureProvider Modifier and Type Method Description protected List<JwsSignatureProvider>AbstractJwsJsonWriterProvider. getInitializedSigProviders(List<String> propLocs, List<JwsHeaders> protectedHeaders)Methods in org.apache.cxf.rs.security.jose.jaxrs with parameters of type JwsSignatureProvider Modifier and Type Method Description voidAbstractJwsJsonWriterProvider. setSignatureProvider(JwsSignatureProvider signatureProvider)voidAbstractJwsWriterProvider. setSignatureProvider(JwsSignatureProvider signatureProvider)protected voidAbstractJwsWriterProvider. writeJws(JwsCompactProducer p, JwsSignatureProvider theSigProvider, OutputStream os)Method parameters in org.apache.cxf.rs.security.jose.jaxrs with type arguments of type JwsSignatureProvider Modifier and Type Method Description voidAbstractJwsJsonWriterProvider. setSignatureProviders(List<JwsSignatureProvider> signatureProviders) -
Uses of JwsSignatureProvider in org.apache.cxf.rs.security.jose.jaxrs.multipart
Methods in org.apache.cxf.rs.security.jose.jaxrs.multipart with parameters of type JwsSignatureProvider Modifier and Type Method Description voidAbstractJwsMultipartSignatureFilter. 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 JwsSignatureProvider Modifier and Type Class Description classAbstractJwsSignatureProviderclassEcDsaJwsSignatureProviderclassHmacJwsSignatureProviderclassNoneJwsSignatureProviderclassPrivateKeyJwsSignatureProviderMethods in org.apache.cxf.rs.security.jose.jws with parameters of type JwsSignatureProvider Modifier and Type Method Description static StringJwsUtils. sign(JwsSignatureProvider jwsSig, String content, String ct)StringJwsCompactProducer. signWith(JwsSignatureProvider signer)StringJwsJsonProducer. signWith(JwsSignatureProvider signer)StringJwsJsonProducer. signWith(JwsSignatureProvider signer, JwsHeaders protectedHeader)StringJwsJsonProducer. signWith(JwsSignatureProvider signer, JwsHeaders protectedHeader, JwsHeaders unprotectedHeader)Method parameters in org.apache.cxf.rs.security.jose.jws with type arguments of type JwsSignatureProvider Modifier and Type Method Description StringJwsJsonProducer. signWith(List<JwsSignatureProvider> signers) -
Uses of JwsSignatureProvider in org.apache.cxf.rs.security.jose.jwt
Methods in org.apache.cxf.rs.security.jose.jwt with parameters of type JwsSignatureProvider Modifier and Type Method Description StringJoseJwtProducer. processJwt(JwtToken jwt, JweEncryptionProvider theEncProvider, JwsSignatureProvider theSigProvider) -
Uses of JwsSignatureProvider in org.apache.cxf.rs.security.oauth2.client
Methods in org.apache.cxf.rs.security.oauth2.client that return JwsSignatureProvider Modifier and Type Method Description protected JwsSignatureProviderJoseClientCodeStateManager. getInitializedSigProvider(JweEncryptionProvider theEncryptionProvider)Methods in org.apache.cxf.rs.security.oauth2.client with parameters of type JwsSignatureProvider Modifier and Type Method Description voidJoseClientCodeStateManager. setSignatureProvider(JwsSignatureProvider signatureProvider) -
Uses of JwsSignatureProvider in org.apache.cxf.rs.security.oauth2.provider
Methods in org.apache.cxf.rs.security.oauth2.provider that return JwsSignatureProvider Modifier and Type Method Description protected JwsSignatureProviderOAuthJoseJwtProducer. getInitializedSignatureProvider(String clientSecret)protected JwsSignatureProviderOAuthServerJoseJwtProducer. getInitializedSignatureProvider(Client c)protected JwsSignatureProviderJoseSessionTokenProvider. getInitializedSigProvider()Methods in org.apache.cxf.rs.security.oauth2.provider with parameters of type JwsSignatureProvider Modifier and Type Method Description voidJoseSessionTokenProvider. setJwsProvider(JwsSignatureProvider jwsProvider) -
Uses of JwsSignatureProvider in org.apache.cxf.rs.security.oauth2.utils
Methods in org.apache.cxf.rs.security.oauth2.utils that return JwsSignatureProvider Modifier and Type Method Description static JwsSignatureProviderOAuthUtils. getClientSecretSignatureProvider(String clientSecret)
-