Class EcDsaJwsSignatureProvider.EcDsaPrivateKeyJwsSignature
- java.lang.Object
-
- org.apache.cxf.rs.security.jose.jws.PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature
-
- 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
Constructors Constructor Description EcDsaPrivateKeyJwsSignature(Signature s, int outLen)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]sign()-
Methods inherited from class org.apache.cxf.rs.security.jose.jws.PrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature
update
-
-
-
-
Constructor Detail
-
EcDsaPrivateKeyJwsSignature
public EcDsaPrivateKeyJwsSignature(Signature s, int outLen)
-
-
Method Detail
-
sign
public byte[] sign()
- Specified by:
signin interfaceJwsSignature- Overrides:
signin classPrivateKeyJwsSignatureProvider.PrivateKeyJwsSignature
-
-