CredentialProviderBST11CredentialProvider, StubPropertyBSTCredProvpublic abstract class BSTCredentialProvider extends java.lang.Object implements CredentialProvider
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String[] |
getValueTypes() |
Deprecated.
get value type supported by this BST
|
protected static boolean |
isForDecryption(Purpose p) |
Deprecated.
|
protected static boolean |
isForEncryption(Purpose p) |
Deprecated.
|
protected static boolean |
isForIdentity(Purpose p) |
Deprecated.
|
protected static boolean |
isForResponseEncryption(Purpose p) |
Deprecated.
|
protected static boolean |
isForSigning(Purpose p) |
Deprecated.
|
protected static boolean |
isForVerification(Purpose p) |
Deprecated.
|
getCredentialpublic java.lang.String[] getValueTypes()
getValueTypes in interface CredentialProviderprotected static boolean isForEncryption(Purpose p)
protected static boolean isForDecryption(Purpose p)
protected static boolean isForVerification(Purpose p)
protected static boolean isForSigning(Purpose p)
protected static boolean isForIdentity(Purpose p)
protected static boolean isForResponseEncryption(Purpose p)