com.enterprisedt.net.ftp.ssl
Class SSLFTPCertificate.Extension

java.lang.Object
  extended by com.enterprisedt.net.ftp.ssl.SSLFTPCertificate.Extension
Enclosing class:
SSLFTPCertificate

public static class SSLFTPCertificate.Extension
extends java.lang.Object

Extension of a certificate.

Author:
Hans Andersen

Method Summary
 byte[] getOID()
          Returns the OID of the extension.
 byte[] getValue()
          Returns the value of the extension.
 boolean isCritical()
          Returns a flag indicating whether or not this extension is critical.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.


Copyright © 2001-2011 Enterprise Distributed Technologies Ltd. All Rights Reserved.