Credential class

Syntax

public class Credential

Usage

The Credential models the customers' credentials like PIN, password etc. Credentials are stored secure: The value of getCredential() is stored as the concatenation of the customer ID, the pipe character ('|') and the secret (PIN, password) - encrpyted with the SHA algorithm and Base64 encoding as described here.

2013 SAP AG or an SAP affiliate company. All rights reserved. No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice.