Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.asn.crmf | |
tr.gov.tubitak.uekae.esya.asn.pkcs12 | |
tr.gov.tubitak.uekae.esya.asn.pkcs1pkcs8 | |
tr.gov.tubitak.uekae.esya.asn.x509 |
Modifier and Type | Field and Description |
---|---|
Version |
CertTemplate.version |
Constructor and Description |
---|
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
|
Constructor and Description |
---|
KeyBag(Version version_,
AlgorithmIdentifier privateKeyAlgorithm_,
com.objsys.asn1j.runtime.Asn1OctetString privateKey_)
This constructor is for required elements only.
|
KeyBag(Version version_,
AlgorithmIdentifier privateKeyAlgorithm_,
com.objsys.asn1j.runtime.Asn1OctetString privateKey_,
Attributes attributes_)
This constructor sets all elements to references to the
given objects
|
Modifier and Type | Field and Description |
---|---|
Version |
RSAPrivateKey.version |
Version |
PrivateKeyInfo.version |
Constructor and Description |
---|
PrivateKeyInfo(Version version_,
AlgorithmIdentifier privateKeyAlgorithm_,
com.objsys.asn1j.runtime.Asn1OctetString privateKey_)
This constructor is for required elements only.
|
PrivateKeyInfo(Version version_,
AlgorithmIdentifier privateKeyAlgorithm_,
com.objsys.asn1j.runtime.Asn1OctetString privateKey_,
Attributes attributes_)
This constructor sets all elements to references to the
given objects
|
RSAPrivateKey(Version version_,
com.objsys.asn1j.runtime.Asn1BigInteger modulus_,
com.objsys.asn1j.runtime.Asn1BigInteger publicExponent_,
com.objsys.asn1j.runtime.Asn1BigInteger privateExponent_,
com.objsys.asn1j.runtime.Asn1BigInteger prime1_,
com.objsys.asn1j.runtime.Asn1BigInteger prime2_,
com.objsys.asn1j.runtime.Asn1BigInteger exponent1_,
com.objsys.asn1j.runtime.Asn1BigInteger exponent2_,
com.objsys.asn1j.runtime.Asn1BigInteger coefficient_)
This constructor sets all elements to references to the
given objects
|
Modifier and Type | Field and Description |
---|---|
Version |
TBSCertList.version |
Version |
TBSCertificate.version |
Constructor and Description |
---|
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
|
TBSCertList(Version version_,
AlgorithmIdentifier signature_,
Name issuer_,
Time thisUpdate_,
Time nextUpdate_,
_SeqOfTBSCertList_revokedCertificates_element revokedCertificates_,
Extensions crlExtensions_)
This constructor sets all elements to references to the
given objects
|
Copyright © 2025. All rights reserved.