Class PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature
java.lang.Object
org.apache.cxf.rs.security.jose.jws.PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature
- All Implemented Interfaces:
JwsSignature
- Direct Known Subclasses:
EcDsaJwsSignatureProvider.EcDsaPrivateKeyJwsSignature
- Enclosing class:
- PrivateKeyJwsSignatureProvider
protected static class PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature
extends Object
implements JwsSignature
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PrivateKeyJwsSignature
-
-
Method Details
-
update
public void update(byte[] src, int off, int len) - Specified by:
updatein interfaceJwsSignature
-
sign
public byte[] sign()- Specified by:
signin interfaceJwsSignature
-