Class SignedMessageFactory
java.lang.Object
com.yoti.api.client.spi.remote.call.factory.SignedMessageFactory
-
Constructor Summary
ConstructorsConstructorDescriptionSignedMessageFactory(com.yoti.api.client.spi.remote.call.factory.MessageFactory messageFactory) -
Method Summary
Modifier and TypeMethodDescriptioncreate(PrivateKey privateKey, String httpMethod, String path) create(PrivateKey privateKey, String httpMethod, String path, byte[] body) static SignedMessageFactory
-
Constructor Details
-
SignedMessageFactory
public SignedMessageFactory(com.yoti.api.client.spi.remote.call.factory.MessageFactory messageFactory)
-
-
Method Details
-
newInstance
-
create
public String create(PrivateKey privateKey, String httpMethod, String path) throws GeneralSecurityException - Throws:
GeneralSecurityException
-
create
public String create(PrivateKey privateKey, String httpMethod, String path, byte[] body) throws GeneralSecurityException - Throws:
GeneralSecurityException
-