edu.vt.middleware.crypt.x509
Interface DNFormatter
- All Known Implementing Classes:
- LDAPv3DNFormatter
public interface DNFormatter
Strategy pattern interface for producing a string representation of an X.500
distinguished name.
- Version:
- $Revision: 578 $
- Author:
- Middleware Services
format
String format(X500Principal dn)
- Produces a string representation of the given X.500 principal.
- Parameters:
dn - Distinguished name as as X.500 principal.
- Returns:
- String representation of DN.
Copyright © 2003-2011 Virginia Tech. All Rights Reserved.