public interface KeyStoreMBean extends ProviderMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getPrivateKeyStoreLocation()
Deprecated.
Returns the location of the keystore used to store identities - that is, certificate and private key pairs.
|
String |
getPrivateKeyStorePassPhrase()
Deprecated.
Returns the passphrase used to access the keystore specified by the
PrivateKeyStoreLocation attribute. |
byte[] |
getPrivateKeyStorePassPhraseEncrypted()
Deprecated.
Returns the passphrase used to access the keystore specified by the
PrivateKeyStoreLocation attribute. |
String |
getRootCAKeyStoreLocation()
Deprecated.
Returns the location of the keystore used to store trusted certificate authority certificates.
|
String |
getRootCAKeyStorePassPhrase()
Deprecated.
Returns the passphrase used to access the keystore specified by the
RootCAKeyStoreLocation attribute. |
byte[] |
getRootCAKeyStorePassPhraseEncrypted()
Deprecated.
Returns the passphrase used to access the keystore specified by the
RootCAKeyStoreLocation attribute. |
String |
getType()
Deprecated.
Returns the type of the Keystore implementation that this provider supports,
as defined by the JavaSoft Cryptography Architecture specification.
|
void |
setPrivateKeyStoreLocation(String location)
Deprecated.
Sets the location of the keystore used to store identities - that is, certificate and private key pairs.
|
void |
setPrivateKeyStorePassPhrase(String passphrase)
Deprecated.
Sets the passphrase used to access the keystore specified by the
PrivateKeyStoreLocation attribute. |
void |
setPrivateKeyStorePassPhraseEncrypted(byte[] bytes)
Deprecated.
Sets the passphrase used to access the keystore specified by the
PrivateKeyStoreLocation attribute. |
void |
setRootCAKeyStoreLocation(String location)
Deprecated.
Sets the location of the keystore used to store trusted certificate authority certificates.
|
void |
setRootCAKeyStorePassPhrase(String passphrase)
Deprecated.
Sets the passphrase used to access the keystore specified by the
RootCAKeyStoreLocation attribute. |
void |
setRootCAKeyStorePassPhraseEncrypted(byte[] bytes)
Deprecated.
Sets the passphrase used to access the keystore specified by the
RootCAKeyStoreLocation attribute. |
getDescription, getName, getRealm, getVersionaddPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenerString getPrivateKeyStorePassPhrase()
PrivateKeyStoreLocation attribute.
If the passphase is null, no passphrase will be used to access the keystore.KeyStoreMBean.getPrivateKeyStorePassPhraseEncrypted()void setPrivateKeyStorePassPhrase(String passphrase) throws InvalidAttributeValueException
PrivateKeyStoreLocation attribute.
Set the passphrase to null if no passphrase is needed to access the keystore.passphrase - - the new keystore passphraseInvalidAttributeValueExceptionKeyStoreMBean.getPrivateKeyStorePassPhrase(),
KeyStoreMBean.setPrivateKeyStorePassPhraseEncrypted(byte[])byte[] getPrivateKeyStorePassPhraseEncrypted()
PrivateKeyStoreLocation attribute.
If the passphase is null, no passphrase will be used to access the keystore.void setPrivateKeyStorePassPhraseEncrypted(byte[] bytes)
throws InvalidAttributeValueException
PrivateKeyStoreLocation attribute.
Set the passphrase to null if no passphrase is needed to access the keystore.bytes - The new passphrase as a byte array.InvalidAttributeValueExceptionKeyStoreMBean.getPrivateKeyStorePassPhraseEncrypted()String getRootCAKeyStorePassPhrase()
RootCAKeyStoreLocation attribute.
If the passphase is null, no passphrase will be used to access the keystore.void setRootCAKeyStorePassPhrase(String passphrase) throws InvalidAttributeValueException
RootCAKeyStoreLocation attribute.
Set the passphrase to null if no passphrase is needed to access the keystore.passphrase - - the new keystore passphraseInvalidAttributeValueExceptionKeyStoreMBean.getRootCAKeyStorePassPhrase(),
KeyStoreMBean.setRootCAKeyStorePassPhraseEncrypted(byte[])byte[] getRootCAKeyStorePassPhraseEncrypted()
RootCAKeyStoreLocation attribute.
If the passphase is null, no passphrase will be used to access the keystore.void setRootCAKeyStorePassPhraseEncrypted(byte[] bytes)
throws InvalidAttributeValueException
RootCAKeyStoreLocation attribute.
Set the passphrase to null if no passphrase is needed to access the keystore.bytes - The new passphrase as a byte array.InvalidAttributeValueExceptionKeyStoreMBean.getRootCAKeyStorePassPhraseEncrypted()String getPrivateKeyStoreLocation()
The configured Keystore provider implementation determines the requirements for this attribute. For more information about legal values, refer to the documentation supplied by the Keystore security vendor.
void setPrivateKeyStoreLocation(String location) throws InvalidAttributeValueException
location - - the new keystore locationInvalidAttributeValueExceptionKeyStoreMBean.getPrivateKeyStoreLocation()String getRootCAKeyStoreLocation()
The configured Keystore provider implementation determines the requirements for this attribute. For more information about legal values, refer to the documentation supplied by the Keystore security vendor.
void setRootCAKeyStoreLocation(String location) throws InvalidAttributeValueException
location - - the new keystore pathnameInvalidAttributeValueExceptionKeyStoreMBean.getRootCAKeyStoreLocation()String getType()