mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-17 18:02:05 +01:00
Rename inspectionDate to referenceTime
This commit is contained in:
parent
7189516dd4
commit
3cd5a95d89
1 changed files with 3 additions and 3 deletions
|
@ -163,11 +163,11 @@ public final class PGPainless {
|
|||
* This method can be used to determine expiration dates, key flags and other information about a key at a specific time.
|
||||
*
|
||||
* @param keyRing key ring
|
||||
* @param inspectionDate date of inspection
|
||||
* @param referenceTime date of inspection
|
||||
* @return access object
|
||||
*/
|
||||
public static KeyRingInfo inspectKeyRing(PGPKeyRing keyRing, Date inspectionDate) {
|
||||
return new KeyRingInfo(keyRing, inspectionDate);
|
||||
public static KeyRingInfo inspectKeyRing(PGPKeyRing keyRing, Date referenceTime) {
|
||||
return new KeyRingInfo(keyRing, referenceTime);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue