Package com.enterprisedt.net.ftp.ssl
Class SSLFTPCertificate.CertificateExtension
java.lang.Object
com.enterprisedt.net.ftp.ssl.SSLFTPCertificate.CertificateExtension
- Enclosing class:
SSLFTPCertificate
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.
-