mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-18 02:12:06 +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.
|
* 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 keyRing key ring
|
||||||
* @param inspectionDate date of inspection
|
* @param referenceTime date of inspection
|
||||||
* @return access object
|
* @return access object
|
||||||
*/
|
*/
|
||||||
public static KeyRingInfo inspectKeyRing(PGPKeyRing keyRing, Date inspectionDate) {
|
public static KeyRingInfo inspectKeyRing(PGPKeyRing keyRing, Date referenceTime) {
|
||||||
return new KeyRingInfo(keyRing, inspectionDate);
|
return new KeyRingInfo(keyRing, referenceTime);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue