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, toASN1Object
public 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()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object