Class BodyPartReference

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.cmc.BodyPartReference
All Implemented Interfaces:
ASN1Choice, ASN1Encodable, Encodable

public class BodyPartReference extends ASN1Object implements ASN1Choice
 BodyPartReference ::= CHOICE {
    bodyPartID           BodyPartID,
    bodyPartPath         BodyPartPath
 }
 
  • Constructor Details

    • BodyPartReference

      public BodyPartReference(BodyPartID bodyPartID)
    • BodyPartReference

      public BodyPartReference(BodyPartPath bodyPartPath)
  • Method Details