public class ModCertTemplate extends ASN1Object
id-cmc-modCertTemplate OBJECT IDENTIFIER ::= {id-cmc 31}
ModCertTemplate ::= SEQUENCE {
pkiDataReference BodyPartPath,
certReferences BodyPartList,
replace BOOLEAN DEFAULT TRUE,
certTemplate CertTemplate
}
| Constructor and Description |
|---|
ModCertTemplate(BodyPartPath pkiDataReference,
BodyPartList certReferences,
boolean replace,
CertTemplate certTemplate) |
| Modifier and Type | Method and Description |
|---|---|
BodyPartList |
getCertReferences() |
CertTemplate |
getCertTemplate() |
static ModCertTemplate |
getInstance(java.lang.Object o) |
BodyPartPath |
getPkiDataReference() |
boolean |
isReplacingFields() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic ModCertTemplate(BodyPartPath pkiDataReference, BodyPartList certReferences, boolean replace, CertTemplate certTemplate)
public static ModCertTemplate getInstance(java.lang.Object o)
public BodyPartPath getPkiDataReference()
public BodyPartList getCertReferences()
public boolean isReplacingFields()
public CertTemplate getCertTemplate()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object