Package net.handle.hdllib.trust
Class RemoteJsonWebSignatureSigner
java.lang.Object
net.handle.hdllib.trust.RemoteJsonWebSignatureSigner
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemoteJsonWebSignatureSigner
-
-
Method Details
-
create
public JsonWebSignature create(byte[] payload, String username, String password, String privateKeyId, String privateKeyPassphrase) throws TrustException - Throws:
TrustException
-
create
public JsonWebSignature create(String payloadString, String username, String password, String privateKeyId, String privateKeyPassphrase) throws TrustException - Throws:
TrustException
-