public class SignerLocationAttr extends AttributeValue
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
mCountry |
protected java.lang.String |
mLocality |
protected java.lang.String[] |
mPostal |
static com.objsys.asn1j.runtime.Asn1ObjectIdentifier |
OID |
logger, mAttParams| Constructor and Description |
|---|
SignerLocationAttr(java.lang.String aCountry,
java.lang.String aLocality,
java.lang.String[] aPostal)
Create SigningTimeAttr with signing time
|
| Modifier and Type | Method and Description |
|---|---|
com.objsys.asn1j.runtime.Asn1ObjectIdentifier |
getAttributeOID()
Returns AttributeOID of signer location attribute
|
boolean |
isSigned()
Checks whether attribute is signed or not.
|
void |
setValue()
Set signer location
|
static tr.gov.tubitak.uekae.esya.api.asn.cms.ESignerLocation |
toSignerLocation(tr.gov.tubitak.uekae.esya.api.asn.cms.EAttribute aAttribute)
Returns signer location
|
_setValue, _setValue, getAttribute, setParameterspublic static final com.objsys.asn1j.runtime.Asn1ObjectIdentifier OID
protected java.lang.String mCountry
protected java.lang.String mLocality
protected java.lang.String[] mPostal
public SignerLocationAttr(java.lang.String aCountry,
java.lang.String aLocality,
java.lang.String[] aPostal)
throws CMSSignatureException
aCountry - String country nameaLocality - StringaPostal - String[] Postal codeNullParameterExceptionCMSSignatureExceptionpublic void setValue()
throws CMSSignatureException
CMSSignatureExceptionpublic boolean isSigned()
public com.objsys.asn1j.runtime.Asn1ObjectIdentifier getAttributeOID()
public static tr.gov.tubitak.uekae.esya.api.asn.cms.ESignerLocation toSignerLocation(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.