uCosminexus Application Server, Security Management Guide

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

The encrypt method

Description

Uses the encryption format registered in the repository to encrypt a password.

Syntax

public byte[] encrypt(byte[] plain);

Parameter

plain:
Specifies the user-defined password (plain) that is stored when the login module calls this method.

Exceptions

None

Return value

The encrypted result