Uses of Interface
sop.operation.Sign
-
Packages that use Sign Package Description org.pgpainless.sop Implementation of the java-sop package using pgpainless-core.sop Stateless OpenPGP Interface for Java.sop.operation Stateless OpenPGP Interface for Java. -
-
Uses of Sign in org.pgpainless.sop
Classes in org.pgpainless.sop that implement Sign Modifier and Type Class Description classSignImplMethods in org.pgpainless.sop that return Sign Modifier and Type Method Description SignSignImpl. key(InputStream keyIn)SignSignImpl. mode(SignAs mode)SignSignImpl. noArmor()SignSOPImpl. sign() -
Uses of Sign in sop
Methods in sop that return Sign Modifier and Type Method Description SignSOP. sign()Create detached signatures. -
Uses of Sign in sop.operation
Methods in sop.operation that return Sign Modifier and Type Method Description default SignSign. key(byte[] key)Adds the signer key.SignSign. key(InputStream key)Adds the signer key.SignSign. mode(SignAs mode)Sets the signature mode.SignSign. noArmor()Disable ASCII armor encoding.
-