|
|||||||||
Home >> All >> gnu >> javax >> security >> [ auth overview ] | PREV NEXT |
B
D
- doDestroy() - Method in class gnu.javax.security.auth.Password
- Sets password field char[], and byte[] array elements to zero.
G
- getBytes() - Method in class gnu.javax.security.auth.Password
- Returns a reference to the
byte[]
password storage field,bPassword
. - getPassword() - Method in class gnu.javax.security.auth.Password
- Returns a reference to the
char[]
password storage field,password
. - gnu.javax.security.auth - package gnu.javax.security.auth
I
- isDestroyed() - Method in class gnu.javax.security.auth.Password
- Returns true, or false relative to whether, or not this object's
doDestroy()
55 method has been called.
M
- mIsDestroyed - Variable in class gnu.javax.security.auth.Password
- Indicates whether this Password object's
doDestroy()
55 method has been called.
P
- Password - class gnu.javax.security.auth.Password.
- Immutible, though destroyable, password class.
- Password(char[]) - Constructor for class gnu.javax.security.auth.Password
- Create a new expirable Password object that will expire after the
default timeout ExpirableObject.DEFAULT_TIMEOUT>
ExpirableObject.DEFAULT_TIMEOUT
55 . - Password(char[], long) - Constructor for class gnu.javax.security.auth.Password
- Create a new expirable Password object that will expire after the timeout denoted by constructor parameter, delay.
- Password(char[], int, int) - Constructor for class gnu.javax.security.auth.Password
- Create a new expirable Password object that will expire after the
default timeout ExpirableObject.DEFAULT_TIMEOUT>
ExpirableObject.DEFAULT_TIMEOUT
55 . - Password(char[], int, int, long) - Constructor for class gnu.javax.security.auth.Password
- Create a new expirable Password object that will expire after the timeout denoted by constructor parameter, delay.
- Password(byte[]) - Constructor for class gnu.javax.security.auth.Password
- Create a new expirable Password object that will expire after the
default timeout ExpirableObject.DEFAULT_TIMEOUT>
ExpirableObject.DEFAULT_TIMEOUT
55 . - Password(byte[], long) - Constructor for class gnu.javax.security.auth.Password
- Create a new expirable Password object that will expire after the timeout denoted by constructor parameter, delay.
- Password(byte[], int, int) - Constructor for class gnu.javax.security.auth.Password
- Create a new expirable Password object that will expire after the
default timeout ExpirableObject.DEFAULT_TIMEOUT>
ExpirableObject.DEFAULT_TIMEOUT
55 . - Password(byte[], int, int, long) - Constructor for class gnu.javax.security.auth.Password
- Create a new expirable Password object that will expire after the timeout denoted by constructor parameter, delay.
- password - Variable in class gnu.javax.security.auth.Password
- Password stored in
char[]
format.
B D G I M P
|
|||||||||
Home >> All >> gnu >> javax >> security >> [ auth overview ] | PREV NEXT |