Class PKCS12SafeBag

java.lang.Object
org.bouncycastle.pkcs.PKCS12SafeBag

public class PKCS12SafeBag extends Object
  • Field Details

  • Constructor Details

    • PKCS12SafeBag

      public PKCS12SafeBag(SafeBag safeBag)
  • Method Details

    • toASN1Structure

      public SafeBag toASN1Structure()
      Return the underlying ASN.1 structure for this safe bag.
      Returns:
      a SafeBag
    • getType

      public ASN1ObjectIdentifier getType()
      Return the BagId giving the type of content in the bag.
      Returns:
      the bagId
    • getAttributes

      public Attribute[] getAttributes()
    • getBagValue

      public Object getBagValue()