Package sop.operation

Interface AbstractSign<T>

All Known Subinterfaces:
DetachedSign, InlineSign

public interface AbstractSign<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default T
    key(byte[] key)
    Add one or more signing keys.
    Add one or more signing keys.
    Disable ASCII armor encoding.
    withKeyPassword(byte[] password)
    Provide the password for the secret key used for signing.
    default T
    Provide the password for the secret key used for signing.