Uses of Class
org.bouncycastle.gpg.keybox.BlobType
-
Packages that use BlobType Package Description org.bouncycastle.gpg.keybox Parsing classes for the GPG V2 KeyBox format. -
-
Uses of BlobType in org.bouncycastle.gpg.keybox
Fields in org.bouncycastle.gpg.keybox declared as BlobType Modifier and Type Field Description protected BlobType
Blob. type
Methods in org.bouncycastle.gpg.keybox that return BlobType Modifier and Type Method Description static BlobType
BlobType. fromByte(int byteVal)
BlobType
Blob. getType()
static BlobType
BlobType. valueOf(String name)
Returns the enum constant of this type with the specified name.static BlobType[]
BlobType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.bouncycastle.gpg.keybox with parameters of type BlobType Constructor Description Blob(int base, long length, BlobType type, int version)
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)
-