Uses of Class
org.pgpainless.key.info.KeyRingInfo
-
Packages that use KeyRingInfo Package Description org.pgpainless PGPainless - Use OpenPGP Painlessly!org.pgpainless.key.info Extract information from PGPKeyRings. -
-
Uses of KeyRingInfo in org.pgpainless
Methods in org.pgpainless that return KeyRingInfo Modifier and Type Method Description static KeyRingInfoPGPainless. inspectKeyRing(org.bouncycastle.openpgp.PGPKeyRing keyRing)Quickly access information about aPGPPublicKeyRing/PGPSecretKeyRing. -
Uses of KeyRingInfo in org.pgpainless.key.info
Fields in org.pgpainless.key.info declared as KeyRingInfo Modifier and Type Field Description protected KeyRingInfoKeyAccessor. infoMethods in org.pgpainless.key.info that return KeyRingInfo Modifier and Type Method Description static KeyRingInfoKeyRingInfo. evaluateForSignature(org.bouncycastle.openpgp.PGPKeyRing keyRing, org.bouncycastle.openpgp.PGPSignature signature)Evaluate the key ring at creation time of the given signature.Constructors in org.pgpainless.key.info with parameters of type KeyRingInfo Constructor Description ViaKeyId(KeyRingInfo info, SubkeyIdentifier key)Address the key via key-id.ViaUserId(KeyRingInfo info, SubkeyIdentifier key, String userId)Access a key via user-id.
-