Class SupplementalDataEntry


  • public class SupplementalDataEntry
    extends java.lang.Object
    Deprecated.
    Migrate to the (D)TLS API in org.bouncycastle.tls (bctls jar).
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected byte[] data
      Deprecated.
       
      protected int dataType
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      SupplementalDataEntry​(int dataType, byte[] data)
      Deprecated.
       
    • Field Detail

      • dataType

        protected int dataType
        Deprecated.
      • data

        protected byte[] data
        Deprecated.
    • Constructor Detail

      • SupplementalDataEntry

        public SupplementalDataEntry​(int dataType,
                                     byte[] data)
        Deprecated.
    • Method Detail

      • getDataType

        public int getDataType()
        Deprecated.
      • getData

        public byte[] getData()
        Deprecated.