Class AlternativeName


  • public final class AlternativeName
    extends ExtensionValue
    This class implements the values of Subject Alternative Name (OID is 2.5.29.17) and Issuer Alternative Name extensions (OID is 2.5.29.18).
    For more information about these extensions see RFC 3280 at http://www.ietf.org/rfc/rfc3280.txt
    • Constructor Detail

      • AlternativeName

        public AlternativeName​(boolean which,
                               byte[] encoding)
                        throws IOException
        Creates the extension object on the base of its encoded form.
        Parameters:
        which - specifies which alternative names are given (Subject's or Issuer's)
        Throws:
        IOException