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 Constructor Description PrivateKeyJwsSignature(Signature s)
-
-
-
Constructor Detail
-
PrivateKeyJwsSignature
public PrivateKeyJwsSignature(Signature s)
-
-
Method Detail
-
update
public void update(byte[] src, int off, int len)- Specified by:
updatein interfaceJwsSignature
-
sign
public byte[] sign()
- Specified by:
signin interfaceJwsSignature
-
-