JavaScript is disabled on your browser.
Skip navigation links
Documentation
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.orchestranetworks.service.directory
Interface Encryption
public interface
Encryption
Defines an interface for an encryption class.
See Also:
DirectoryDefault.encryptString(String)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
encrypt
(
String
s)
Returns an encrypted version of the specified string.
Method Details
encrypt
String
encrypt
(
String
s)
Returns an encrypted version of the specified string.