Class SSLFTPCertificate.CertificateExtension

java.lang.Object
com.enterprisedt.net.ftp.ssl.SSLFTPCertificate.CertificateExtension
Enclosing class:
SSLFTPCertificate

public static class SSLFTPCertificate.CertificateExtension extends Object
Extension of a certificate.
Author:
Hans Andersen
  • Method Details

    • isCritical

      public boolean isCritical()
      Returns a flag indicating whether or not this extension is critical.
    • getOID

      public byte[] getOID()
      Returns the OID of the extension.
      Returns:
      A byte-array containing the OID.
    • getValue

      public byte[] getValue()
      Returns the value of the extension.
      Returns:
      A byte-array containing the value.