public class KeyBlob extends Blob
Modifier | Constructor and Description |
---|---|
protected |
KeyBlob(int base,
long length,
BlobType type,
int version,
int blobFlags,
int keyNumber,
java.util.List<KeyInformation> keyInformation,
byte[] serialNumber,
int numberOfUserIDs,
java.util.List<UserID> userIds,
int numberOfSignatures,
java.util.List<java.lang.Long> expirationTime,
int assignedOwnerTrust,
int allValidity,
long recheckAfter,
long newestTimestamp,
long blobCreatedAt,
byte[] keyBytes,
byte[] reserveBytes,
byte[] checksum) |
Modifier and Type | Method and Description |
---|---|
int |
getAllValidity() |
int |
getAssignedOwnerTrust() |
long |
getBlobCreatedAt() |
int |
getBlobFlags() |
byte[] |
getChecksum() |
java.util.List<java.lang.Long> |
getExpirationTime() |
byte[] |
getKeyBytes() |
java.util.List<KeyInformation> |
getKeyInformation() |
int |
getKeyNumber() |
long |
getNewestTimestamp() |
int |
getNumberOfSignatures() |
int |
getNumberOfUserIDs() |
long |
getRecheckAfter() |
byte[] |
getReserveBytes() |
byte[] |
getSerialNumber() |
java.util.List<UserID> |
getUserIds() |
getType, getVersion
protected KeyBlob(int base, long length, BlobType type, int version, int blobFlags, int keyNumber, java.util.List<KeyInformation> keyInformation, byte[] serialNumber, int numberOfUserIDs, java.util.List<UserID> userIds, int numberOfSignatures, java.util.List<java.lang.Long> expirationTime, int assignedOwnerTrust, int allValidity, long recheckAfter, long newestTimestamp, long blobCreatedAt, byte[] keyBytes, byte[] reserveBytes, byte[] checksum)
public int getBlobFlags()
public int getKeyNumber()
public java.util.List<KeyInformation> getKeyInformation()
public byte[] getSerialNumber()
public int getNumberOfUserIDs()
public java.util.List<UserID> getUserIds()
public int getNumberOfSignatures()
public java.util.List<java.lang.Long> getExpirationTime()
public int getAssignedOwnerTrust()
public int getAllValidity()
public long getRecheckAfter()
public long getNewestTimestamp()
public long getBlobCreatedAt()
public byte[] getKeyBytes()
public byte[] getReserveBytes()
public byte[] getChecksum()