Package net.ripe.rpki.commons.crypto.cms
Class SigningInformationUtil.SigningTimeResult
- java.lang.Object
-
- net.ripe.rpki.commons.crypto.cms.SigningInformationUtil.SigningTimeResult
-
- Enclosing class:
- SigningInformationUtil
public static class SigningInformationUtil.SigningTimeResult extends Object
-
-
Field Summary
Fields Modifier and Type Field Description Optional<org.joda.time.DateTime>optionalSigningTimeThe value of the signing time.booleanvalidWhether the signing time attribute was valid.
-
Constructor Summary
Constructors Constructor Description SigningTimeResult(boolean valid)SigningTimeResult(org.joda.time.DateTime signingTime)
-
-
-
Field Detail
-
optionalSigningTime
public final Optional<org.joda.time.DateTime> optionalSigningTime
The value of the signing time.
-
valid
public final boolean valid
Whether the signing time attribute was valid. A SigningTime can not be invalid and have a value. However, the signing time of a CMS object is valid if the value is missing.
-
-