Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


oracle.rules.sdk.repository
Interface SensitiveDataCallback

All Known Implementing Classes:
WalletCallback

public interface SensitiveDataCallback

Callback interface the SDK uses to retrieve sensitive data.


Method Summary
 char[] getValue(java.lang.String key)
          Gets a sensitive data value associated with the specified key.

 

Method Detail

getValue

public char[] getValue(java.lang.String key)
                throws java.security.GeneralSecurityException
Gets a sensitive data value associated with the specified key.
Parameters:
key - The key for retrieving the data.
Returns:
the data value
Throws:
java.security.GeneralSecurityException

Skip navigation links

Oracle Business Rules Java API Reference
10g (10.1.3.1.0)

B28966-01


Copyright © 2006, Oracle. All rights reserved.