BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Class
weblogic.security.spi.DigestNotAvailableException

Packages that use DigestNotAvailableException
weblogic.security.providers.authentication   
weblogic.security.service

This package includes interfaces, classes, and exceptions that support security providers. 

weblogic.security.spi

This package includes interfaces, classes, and exceptions you use to develop security providers. 

 

Uses of DigestNotAvailableException in weblogic.security.providers.authentication
 

Methods in weblogic.security.providers.authentication that throw DigestNotAvailableException
 byte[] DefaultAuthenticationProviderImpl.getPasswordDigest(String username, byte[] nonce, String created)
          Gets the digest value for the password for the specified username.
 byte[] DefaultAuthenticationProviderImpl.getDerivedKey(String username, byte[] salt, int iteration)
          Returns the derived key value for the specified username.
 

Uses of DigestNotAvailableException in weblogic.security.service
 

Methods in weblogic.security.service that throw DigestNotAvailableException
 byte[] PrincipalAuthenticator.getPasswordDigest(String username, byte[] nonce, String created)
          This method returns a digest based on the nonce, created date string and the corresponding password for the specified user.
 byte[] PrincipalAuthenticator.getDerivedKey(String username, byte[] salt, int iteration)
          Returns the derive key.
 

Uses of DigestNotAvailableException in weblogic.security.spi
 

Methods in weblogic.security.spi that throw DigestNotAvailableException
 byte[] WSPasswordDigest.getPasswordDigest(String username, byte[] nonce, String created)
          This method returns a digest based on the nonce, created date string and the corresponding password for the specified user.
 byte[] WSPasswordDigest.getDerivedKey(String username, byte[] salt, int iteration)
          Returns the derived key.
 byte[] PasswordDigest.getPasswordDigest(String username, byte[] seed, int numBytes)
          Returns the digest value for the password for the specified username.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.