org.apache.cxf.rs.security.jose.jws
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
|
Method Summary |
byte[] |
sign()
|
void |
update(byte[] src,
int off,
int len)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature
public PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature(Signature s)
update
public void update(byte[] src,
int off,
int len)
- Specified by:
update in interface JwsSignature
sign
public byte[] sign()
- Specified by:
sign in interface JwsSignature
Apache CXF