org.apache.cxf.rs.security.jose.jws
Class EcDsaJwsSignatureProvider.EcDsaPrivateKeyJwsSignature

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jws.PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature
      extended by org.apache.cxf.rs.security.jose.jws.EcDsaJwsSignatureProvider.EcDsaPrivateKeyJwsSignature
All Implemented Interfaces:
JwsSignature
Enclosing class:
EcDsaJwsSignatureProvider

protected static class EcDsaJwsSignatureProvider.EcDsaPrivateKeyJwsSignature
extends PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature


Constructor Summary
EcDsaJwsSignatureProvider.EcDsaPrivateKeyJwsSignature(Signature s, int outLen)
           
 
Method Summary
 byte[] sign()
           
 
Methods inherited from class org.apache.cxf.rs.security.jose.jws.PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature
update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EcDsaJwsSignatureProvider.EcDsaPrivateKeyJwsSignature

public EcDsaJwsSignatureProvider.EcDsaPrivateKeyJwsSignature(Signature s,
                                                             int outLen)
Method Detail

sign

public byte[] sign()
Specified by:
sign in interface JwsSignature
Overrides:
sign in class PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature


Apache CXF