@NotExtensible @ThreadSafety(level=INTERFACE_THREADSAFE) public abstract class ReplaceCertificateKeyStoreContent extends java.lang.Object implements java.io.Serializable
NOTE: This class, and other classes within the
com.unboundid.ldap.sdk.unboundidds
package structure, are only
supported for use against Ping Identity, UnboundID, and
Nokia/Alcatel-Lucent 8661 server products. These classes provide support
for proprietary functionality or for external specifications that are not
considered stable or mature enough to be guaranteed to work in an
interoperable way with other types of LDAP servers.
Constructor and Description |
---|
ReplaceCertificateKeyStoreContent() |
Modifier and Type | Method and Description |
---|---|
static ReplaceCertificateKeyStoreContent |
decode(ASN1Element element)
Decodes the provided ASN.1 element as a key store content object.
|
abstract ASN1Element |
encode()
Encodes this key store content object to an ASN.1 element suitable for
inclusion in either a replace listener certificate or replace inter-server
certificate request.
|
java.lang.String |
toString()
Retrieves a string representation of this key store content object.
|
abstract void |
toString(java.lang.StringBuilder buffer)
Appends a string representation of this key store content object to the
provided buffer.
|
public ReplaceCertificateKeyStoreContent()
@NotNull public abstract ASN1Element encode()
@NotNull public static ReplaceCertificateKeyStoreContent decode(@NotNull ASN1Element element) throws LDAPException
element
- An ASN.1 element that contains an encoded representation
of a key store content element. It must not be
null
.LDAPException
- If the provided element cannot be decoded as a
key store content object.@NotNull public final java.lang.String toString()
toString
in class java.lang.Object