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 Details

    • PrivateKeyJwsSignature

      public PrivateKeyJwsSignature(Signature s)
  • Method Details

    • 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