Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.api.asn.x509 | |
tr.gov.tubitak.uekae.esya.asn.crmf | |
tr.gov.tubitak.uekae.esya.asn.pkcs10 | |
tr.gov.tubitak.uekae.esya.asn.x509 |
Constructor and Description |
---|
ESubjectPublicKeyInfo(SubjectPublicKeyInfo aObject) |
Modifier and Type | Field and Description |
---|---|
SubjectPublicKeyInfo |
POPOSigningKeyInput.publicKey |
SubjectPublicKeyInfo |
CertTemplate.publicKey |
Constructor and Description |
---|
CertTemplate(long version_,
com.objsys.asn1j.runtime.Asn1BigInteger serialNumber_,
AlgorithmIdentifier signingAlg_,
Name issuer_,
OptionalValidity validity_,
Name subject_,
SubjectPublicKeyInfo publicKey_,
com.objsys.asn1j.runtime.Asn1BitString issuerUID_,
com.objsys.asn1j.runtime.Asn1BitString subjectUID_,
Extensions extensions_)
This constructor allows primitive data to be passed for all
primitive elements.
|
CertTemplate(Version version_,
com.objsys.asn1j.runtime.Asn1BigInteger serialNumber_,
AlgorithmIdentifier signingAlg_,
Name issuer_,
OptionalValidity validity_,
Name subject_,
SubjectPublicKeyInfo publicKey_,
com.objsys.asn1j.runtime.Asn1BitString issuerUID_,
com.objsys.asn1j.runtime.Asn1BitString subjectUID_,
Extensions extensions_)
This constructor sets all elements to references to the
given objects
|
POPOSigningKeyInput(POPOSigningKeyInput_authInfo authInfo_,
SubjectPublicKeyInfo publicKey_)
This constructor sets all elements to references to the
given objects
|
Modifier and Type | Field and Description |
---|---|
SubjectPublicKeyInfo |
CertificationRequestInfo.subjectPKInfo |
Constructor and Description |
---|
CertificationRequestInfo(com.objsys.asn1j.runtime.Asn1Integer version_,
Name subject_,
SubjectPublicKeyInfo subjectPKInfo_,
Attributes attributes_)
This constructor sets all elements to references to the
given objects
|
CertificationRequestInfo(long version_,
Name subject_,
SubjectPublicKeyInfo subjectPKInfo_,
Attributes attributes_)
This constructor allows primitive data to be passed for all
primitive elements.
|
Modifier and Type | Field and Description |
---|---|
SubjectPublicKeyInfo |
TBSCertificate.subjectPublicKeyInfo |
Constructor and Description |
---|
TBSCertificate(com.objsys.asn1j.runtime.Asn1BigInteger serialNumber_,
AlgorithmIdentifier signature_,
Name issuer_,
Validity validity_,
Name subject_,
SubjectPublicKeyInfo subjectPublicKeyInfo_)
This constructor is for required elements only.
|
TBSCertificate(long version_,
com.objsys.asn1j.runtime.Asn1BigInteger serialNumber_,
AlgorithmIdentifier signature_,
Name issuer_,
Validity validity_,
Name subject_,
SubjectPublicKeyInfo subjectPublicKeyInfo_,
com.objsys.asn1j.runtime.Asn1BitString issuerUniqueID_,
com.objsys.asn1j.runtime.Asn1BitString subjectUniqueID_,
Extensions extensions_)
This constructor allows primitive data to be passed for all
primitive elements.
|
TBSCertificate(Version version_,
com.objsys.asn1j.runtime.Asn1BigInteger serialNumber_,
AlgorithmIdentifier signature_,
Name issuer_,
Validity validity_,
Name subject_,
SubjectPublicKeyInfo subjectPublicKeyInfo_,
com.objsys.asn1j.runtime.Asn1BitString issuerUniqueID_,
com.objsys.asn1j.runtime.Asn1BitString subjectUniqueID_,
Extensions extensions_)
This constructor sets all elements to references to the
given objects
|
Copyright © 2025. All rights reserved.