Class CtlDelete
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.etsi102941.CtlDelete
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Choice
,org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class CtlDelete
extends org.bouncycastle.asn1.ASN1Object
implements org.bouncycastle.asn1.ASN1Choice
CtlDelete ::= CHOICE {
cert HashedId8,
dc DcDelete,
...
}
-
Field Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
-
Field Details
-
cert
public static final int cert- See Also:
-
dc
public static final int dc- See Also:
-
-
Constructor Details
-
CtlDelete
public CtlDelete(int choice, org.bouncycastle.asn1.ASN1Encodable value)
-
-
Method Details
-
cert
-
dc
-
getInstance
-
getChoice
public int getChoice() -
getCtlDelete
public org.bouncycastle.asn1.ASN1Encodable getCtlDelete() -
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-