org.apache.cxf.rs.security.jose.jws
Class PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature

java.lang.Object
  extended by 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
PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature(Signature s)
           
 
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
 

Constructor Detail

PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature

public PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature(Signature s)
Method Detail

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