Class ServerName


  • public class ServerName
    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 java.lang.Object name
      Deprecated.
       
      protected short nameType
      Deprecated.
       
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerName​(short nameType, java.lang.Object name)
      Deprecated.
       
    • Field Detail

      • nameType

        protected short nameType
        Deprecated.
      • name

        protected java.lang.Object name
        Deprecated.
    • Constructor Detail

      • ServerName

        public ServerName​(short nameType,
                          java.lang.Object name)
        Deprecated.
    • Method Detail

      • getNameType

        public short getNameType()
        Deprecated.
      • getName

        public java.lang.Object getName()
        Deprecated.
      • getHostName

        public java.lang.String getHostName()
        Deprecated.
      • encode

        public void encode​(java.io.OutputStream output)
                    throws java.io.IOException
        Deprecated.
        Encode this ServerName to an OutputStream.
        Parameters:
        output - the OutputStream to encode to.
        Throws:
        java.io.IOException
      • parse

        public static ServerName parse​(java.io.InputStream input)
                                throws java.io.IOException
        Deprecated.
        Parse a ServerName from an InputStream.
        Parameters:
        input - the InputStream to parse from.
        Returns:
        a ServerName object.
        Throws:
        java.io.IOException
      • isCorrectType

        protected static boolean isCorrectType​(short nameType,
                                               java.lang.Object name)
        Deprecated.