| Modifier and Type | Method and Description |
|---|---|
static PKIEncodingType |
PKIEncodingType.resolve(java.lang.String aURI) |
static PKIEncodingType |
PKIEncodingType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PKIEncodingType[] |
PKIEncodingType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
static PKIEncodingType |
Constants.DEFAULT_PKI_ENCODING |
| Modifier and Type | Field and Description |
|---|---|
protected PKIEncodingType |
EncapsulatedPKIData.mEncoding |
| Modifier and Type | Method and Description |
|---|---|
PKIEncodingType |
EncapsulatedPKIData.getEncoding() |
PKIEncodingType |
CertifiedRole.getEncoding() |
| Modifier and Type | Method and Description |
|---|---|
void |
EncapsulatedPKIData.setEncoding(PKIEncodingType aEncoding) |
| Constructor and Description |
|---|
CertifiedRole(Context aBaglam,
tr.gov.tubitak.uekae.esya.asn.attrcert.AttributeCertificate aCertificate,
PKIEncodingType aEncoding) |
| Modifier and Type | Method and Description |
|---|---|
void |
EncapsulatedOCSPValue.setEncoding(PKIEncodingType aEncoding)
Useless method, dont need to set PKIEncodingType on EncapsulatedOCSPValue
becuase its has always "DER" encoding type.
|
void |
EncapsulatedCRLValue.setEncoding(PKIEncodingType aEncoding)
Useless method, dont need to set PKIEncodingType on EncapsulatedCRLValue
becuase its has always "DER" encoding type.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AsnUtil.decode(com.objsys.asn1j.runtime.Asn1Type aObj,
byte[] aEncoded,
PKIEncodingType aEncoding) |
static byte[] |
AsnUtil.encode(com.objsys.asn1j.runtime.Asn1Type aObj,
PKIEncodingType aEncoding) |
Copyright © 2025. All rights reserved.