public abstract class SignatorySupport extends GroovyObjectSupport implements Signatory
Signatory
implementations.Constructor and Description |
---|
SignatorySupport() |
Modifier and Type | Method and Description |
---|---|
byte[] |
sign(InputStream toSign)
Exhausts
toSign , and returns the raw signature bytes. |
getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
public byte[] sign(InputStream toSign)
Signatory
toSign
, and returns the raw signature bytes.