Class DEROtherInfo

java.lang.Object
org.bouncycastle.crypto.util.DEROtherInfo

public class DEROtherInfo extends Object
Builder and holder class for preparing SP 800-56A compliant OtherInfo. The data is ultimately encoded as a DER SEQUENCE. Empty octet strings are used to represent nulls in compulsory fields.
  • Constructor Details

    • DEROtherInfo

      public DEROtherInfo(byte[] encoding)
  • Method Details