DescriptorBean, ProviderMBean, SettableBean, StandardInterface@Deprecated public interface KeyStoreMBean extends ProviderMBean
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getPrivateKeyStoreLocation() |
Deprecated.
Returns the location of the keystore used to store identities - that is, certificate and private key pairs.
|
java.lang.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. |
java.lang.String |
getRootCAKeyStoreLocation() |
Deprecated.
Returns the location of the keystore used to store trusted certificate authority certificates.
|
java.lang.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. |
java.lang.String |
getType() |
Deprecated.
Returns the type of the Keystore implementation that this provider supports,
as defined by the JavaSoft Cryptography Architecture specification.
|
void |
setPrivateKeyStoreLocation(java.lang.String location) |
Deprecated.
Sets the location of the keystore used to store identities - that is, certificate and private key pairs.
|
void |
setPrivateKeyStorePassPhrase(java.lang.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(java.lang.String location) |
Deprecated.
Sets the location of the keystore used to store trusted certificate authority certificates.
|
void |
setRootCAKeyStorePassPhrase(java.lang.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. |
addPropertyChangeListener, createChildCopyIncludingObsolete, getParentBean, isEditable, removePropertyChangeListenergetDescription, getName, getRealm, getVersionjava.lang.String getPrivateKeyStorePassPhrase()
PrivateKeyStoreLocation attribute.
If the passphase is null, no passphrase will be used to access the keystore.getPrivateKeyStorePassPhraseEncrypted()void setPrivateKeyStorePassPhrase(java.lang.String passphrase)
throws javax.management.InvalidAttributeValueException
PrivateKeyStoreLocation attribute.
Set the passphrase to null if no passphrase is needed to access the keystore.passphrase - - the new keystore passphrasejavax.management.InvalidAttributeValueExceptiongetPrivateKeyStorePassPhrase(),
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 javax.management.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.javax.management.InvalidAttributeValueExceptiongetPrivateKeyStorePassPhraseEncrypted()java.lang.String getRootCAKeyStorePassPhrase()
RootCAKeyStoreLocation attribute.
If the passphase is null, no passphrase will be used to access the keystore.getRootCAKeyStorePassPhraseEncrypted()void setRootCAKeyStorePassPhrase(java.lang.String passphrase)
throws javax.management.InvalidAttributeValueException
RootCAKeyStoreLocation attribute.
Set the passphrase to null if no passphrase is needed to access the keystore.passphrase - - the new keystore passphrasejavax.management.InvalidAttributeValueExceptiongetRootCAKeyStorePassPhrase(),
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 javax.management.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.javax.management.InvalidAttributeValueExceptiongetRootCAKeyStorePassPhraseEncrypted()java.lang.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(java.lang.String location)
throws javax.management.InvalidAttributeValueException
location - - the new keystore locationjavax.management.InvalidAttributeValueExceptiongetPrivateKeyStoreLocation()java.lang.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(java.lang.String location)
throws javax.management.InvalidAttributeValueException
location - - the new keystore pathnamejavax.management.InvalidAttributeValueExceptiongetRootCAKeyStoreLocation()java.lang.String getType()