Package | Description |
---|---|
tr.gov.tubitak.uekae.esya.asn.attrcert |
Modifier and Type | Field and Description |
---|---|
protected static ObjectDigestInfo_digestedObjectType |
ObjectDigestInfo_digestedObjectType._otherObjectTypes |
protected static ObjectDigestInfo_digestedObjectType |
ObjectDigestInfo_digestedObjectType._publicKey |
protected static ObjectDigestInfo_digestedObjectType |
ObjectDigestInfo_digestedObjectType._publicKeyCert |
ObjectDigestInfo_digestedObjectType |
ObjectDigestInfo.digestedObjectType |
Modifier and Type | Method and Description |
---|---|
static ObjectDigestInfo_digestedObjectType |
ObjectDigestInfo_digestedObjectType.otherObjectTypes()
Singleton accessor method for otherObjectTypes.
|
static ObjectDigestInfo_digestedObjectType |
ObjectDigestInfo_digestedObjectType.publicKey()
Singleton accessor method for publicKey.
|
static ObjectDigestInfo_digestedObjectType |
ObjectDigestInfo_digestedObjectType.publicKeyCert()
Singleton accessor method for publicKeyCert.
|
static ObjectDigestInfo_digestedObjectType |
ObjectDigestInfo_digestedObjectType.valueOf(int _value)
Returns the instance associated with the value passed.
|
Constructor and Description |
---|
ObjectDigestInfo(ObjectDigestInfo_digestedObjectType digestedObjectType_,
AlgorithmIdentifier digestAlgorithm_,
com.objsys.asn1j.runtime.Asn1BitString objectDigest_)
This constructor is for required elements only.
|
ObjectDigestInfo(ObjectDigestInfo_digestedObjectType digestedObjectType_,
com.objsys.asn1j.runtime.Asn1ObjectIdentifier otherObjectTypeID_,
AlgorithmIdentifier digestAlgorithm_,
com.objsys.asn1j.runtime.Asn1BitString objectDigest_)
This constructor sets all elements to references to the
given objects
|
ObjectDigestInfo(ObjectDigestInfo_digestedObjectType digestedObjectType_,
int[] otherObjectTypeID_,
AlgorithmIdentifier digestAlgorithm_,
com.objsys.asn1j.runtime.Asn1BitString objectDigest_)
This constructor allows primitive data to be passed for all
primitive elements.
|
Copyright © 2025. All rights reserved.