public class SigningTimeAttr extends AttributeValue
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Calendar |
mSigningTime |
static com.objsys.asn1j.runtime.Asn1ObjectIdentifier |
OID |
logger, mAttParams| Constructor and Description |
|---|
SigningTimeAttr(java.util.Calendar aSigningTime)
Create SigningTimeAttr with signing time
|
| Modifier and Type | Method and Description |
|---|---|
com.objsys.asn1j.runtime.Asn1ObjectIdentifier |
getAttributeOID()
Returns AttributeOID of signing time attribute
|
boolean |
isSigned()
Checks whether attribute is signed or not.
|
void |
setValue()
Set signing time
|
static java.util.Calendar |
toTime(tr.gov.tubitak.uekae.esya.api.asn.cms.EAttribute aAttribute)
Returns signing time
|
_setValue, _setValue, getAttribute, setParameterspublic static final com.objsys.asn1j.runtime.Asn1ObjectIdentifier OID
protected java.util.Calendar mSigningTime
public SigningTimeAttr(java.util.Calendar aSigningTime)
throws NullParameterException
aSigningTime - CalendarNullParameterExceptionpublic void setValue()
throws CMSSignatureException
CMSSignatureExceptionpublic boolean isSigned()
public com.objsys.asn1j.runtime.Asn1ObjectIdentifier getAttributeOID()
public static java.util.Calendar toTime(tr.gov.tubitak.uekae.esya.api.asn.cms.EAttribute aAttribute)
throws tr.gov.tubitak.uekae.esya.api.common.ESYAException
aAttribute - EAttributetr.gov.tubitak.uekae.esya.api.common.ESYAExceptionCopyright © 2025. All rights reserved.