Uses of Class
org.c02e.jpgpj.Ring
-
Packages that use Ring Package Description org.c02e.jpgpj -
-
Uses of Ring in org.c02e.jpgpj
Fields in org.c02e.jpgpj declared as Ring Modifier and Type Field Description protected RingDecryptor. ringprotected RingEncryptor. ringprivate RingFileMetadata. verifiedMethods in org.c02e.jpgpj that return Ring Modifier and Type Method Description RingRing. clone()RingDecryptor. getRing()RingEncryptor. getRing()RingFileMetadata. getVerified()Keys that signed the file with a verified signature.protected RingKey. newRing()Methods in org.c02e.jpgpj with parameters of type Ring Modifier and Type Method Description voidDecryptor. setRing(Ring x)voidEncryptor. setRing(Ring x)DecryptorDecryptor. withRing(Ring x)EncryptorEncryptor. withRing(Ring x)Constructors in org.c02e.jpgpj with parameters of type Ring Constructor Description Decryptor(Ring ring)Constructs a decryptor with the specified key ring.Encryptor(Ring ring)Constructs an encryptor with the specified key ring.
-