Uses of Class
org.bouncycastle.gpg.keybox.KeyInformation
-
Packages that use KeyInformation Package Description org.bouncycastle.gpg.keybox Parsing classes for the GPG V2 KeyBox format. -
-
Uses of KeyInformation in org.bouncycastle.gpg.keybox
Methods in org.bouncycastle.gpg.keybox that return types with arguments of type KeyInformation Modifier and Type Method Description List<KeyInformation>
KeyBlob. getKeyInformation()
Constructor parameters in org.bouncycastle.gpg.keybox with type arguments of type KeyInformation Constructor Description KeyBlob(int base, long length, BlobType type, int version, int blobFlags, int keyNumber, List<KeyInformation> keyInformation, byte[] serialNumber, int numberOfUserIDs, List<UserID> userIds, int numberOfSignatures, List<Long> expirationTime, int assignedOwnerTrust, int allValidity, long recheckAfter, long newestTimestamp, long blobCreatedAt, byte[] keyBytes, byte[] reserveBytes, byte[] checksum)
-