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 Ring
Decryptor. ring
protected Ring
Encryptor. ring
private Ring
FileMetadata. verified
Methods in org.c02e.jpgpj that return Ring Modifier and Type Method Description Ring
Ring. clone()
Ring
Decryptor. getRing()
Ring
Encryptor. getRing()
Ring
FileMetadata. getVerified()
Keys that signed the file with a verified signature.protected Ring
Key. newRing()
Methods in org.c02e.jpgpj with parameters of type Ring Modifier and Type Method Description void
Decryptor. setRing(Ring x)
void
Encryptor. setRing(Ring x)
Decryptor
Decryptor. withRing(Ring x)
Encryptor
Encryptor. 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.
-