Class BodyPartPath

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

public class BodyPartPath extends ASN1Object
    BodyPartPath ::= SEQUENCE SIZE (1..MAX) OF BodyPartID
 
  • Constructor Details

    • BodyPartPath

      public BodyPartPath(BodyPartID bodyPartID)
      Construct a BodyPartPath object containing one BodyPartID.
      Parameters:
      bodyPartID - the BodyPartID to be contained.
    • BodyPartPath

      public BodyPartPath(BodyPartID[] bodyPartIDs)
  • Method Details