Interface GordianNewSignParams
public interface GordianNewSignParams
Signature parameters.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]Obtain the context.Obtain the keyPair.
-
Method Details
-
getKeyPair
GordianKeyPair getKeyPair()Obtain the keyPair.- Returns:
- the keyPair
-
getContext
byte[] getContext()Obtain the context.- Returns:
- the context
-