Uses of Class
sop.Ready
-
Packages that use Ready 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 Ready in org.pgpainless.sop
Methods in org.pgpainless.sop that return Ready Modifier and Type Method Description ReadyArmorImpl. data(InputStream data)ReadyDearmorImpl. data(InputStream data)ReadySignImpl. data(InputStream data)ReadyGenerateKeyImpl. generate()ReadyExtractCertImpl. key(InputStream keyInputStream)ReadyEncryptImpl. plaintext(InputStream plaintext) -
Uses of Ready in sop
Subclasses of Ready in sop Modifier and Type Class Description classSignatures -
Uses of Ready in sop.operation
Methods in sop.operation that return Ready Modifier and Type Method Description default ReadyArmor. data(byte[] data)Armor the provided data.ReadyArmor. data(InputStream data)Armor the provided data.default ReadyDearmor. data(byte[] data)Dearmor armored OpenPGP data.ReadyDearmor. data(InputStream data)Dearmor armored OpenPGP data.default ReadySign. data(byte[] data)Signs data.ReadySign. data(InputStream data)Signs data.ReadyGenerateKey. generate()Generate the OpenPGP key and return it encoded as anInputStream.default ReadyExtractCert. key(byte[] key)Extract the cert from the provided key.ReadyExtractCert. key(InputStream keyInputStream)Extract the cert from the provided key.default ReadyEncrypt. plaintext(byte[] plaintext)Encrypt the given data yielding the ciphertext.ReadyEncrypt. plaintext(InputStream plaintext)Encrypt the given data yielding the ciphertext.
-