Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.asn.signaturepolicies |
Modifier and Type | Field and Description |
---|---|
protected static CertRefReq |
CertRefReq._fullPath |
protected static CertRefReq |
CertRefReq._signerOnly |
CertRefReq |
SignerRules.mandatedCertificateRef |
Modifier and Type | Method and Description |
---|---|
static CertRefReq |
CertRefReq.fullPath()
Singleton accessor method for fullPath.
|
static CertRefReq |
CertRefReq.signerOnly()
Singleton accessor method for signerOnly.
|
static CertRefReq |
CertRefReq.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.