Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.asn.signaturepolicies |
Modifier and Type | Field and Description |
---|---|
protected static CertInfoReq |
CertInfoReq._fullPath |
protected static CertInfoReq |
CertInfoReq._none |
protected static CertInfoReq |
CertInfoReq._signerOnly |
CertInfoReq |
SignerRules.mandatedCertificateInfo |
Modifier and Type | Method and Description |
---|---|
static CertInfoReq |
CertInfoReq.fullPath()
Singleton accessor method for fullPath.
|
static CertInfoReq |
CertInfoReq.none()
Singleton accessor method for none.
|
static CertInfoReq |
CertInfoReq.signerOnly()
Singleton accessor method for signerOnly.
|
static CertInfoReq |
CertInfoReq.valueOf(int _value)
Returns the instance associated with the value passed.
|
Constructor and Description |
---|
SignerRules(com.objsys.asn1j.runtime.Asn1Boolean externalSignedData_,
CMSAttrs mandatedSignedAttr_,
CMSAttrs mandatedUnsignedAttr_,
CertRefReq mandatedCertificateRef_,
CertInfoReq mandatedCertificateInfo_,
SignPolExtensions signPolExtensions_)
This constructor sets all elements to references to the
given objects
|
SignerRules(boolean externalSignedData_,
CMSAttrs mandatedSignedAttr_,
CMSAttrs mandatedUnsignedAttr_,
CertRefReq mandatedCertificateRef_,
CertInfoReq mandatedCertificateInfo_,
SignPolExtensions signPolExtensions_)
This constructor allows primitive data to be passed for all
primitive elements.
|
Copyright © 2025. All rights reserved.