uCosminexus Application Server, Security Management Guide

[Contents][Index][Back][Next]

15.10 The PasswordCryptography interface

Description
Encrypts an input password.
The package name of the PasswordCryptograpy interface is com.cosminexus.admin.auth.security.

Syntax
interface PasswordCryptography
{
  public byte[] encrypt(byte[] plain);
}

Method
Method name Functionality
encrypt method Uses the encryption format registered in the repository to encrypt a password.
Organization of this section
The encrypt method