Uses of Class
org.bouncycastle.gpg.keybox.KeyBlob
-
Packages that use KeyBlob Package Description org.bouncycastle.gpg.keybox Parsing classes for the GPG V2 KeyBox format. -
-
Uses of KeyBlob in org.bouncycastle.gpg.keybox
Subclasses of KeyBlob in org.bouncycastle.gpg.keybox Modifier and Type Class Description class
CertificateBlob
A PGP blob holds key material.class
PublicKeyRingBlob
A PGP blob holds key material.Methods in org.bouncycastle.gpg.keybox that return types with arguments of type KeyBlob Modifier and Type Method Description List<KeyBlob>
KeyBox. getKeyBlobs()
-