public class Certificate extends MetadataWithContent
| Constructor and Description |
|---|
Certificate()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getCaSigned() |
java.lang.Boolean |
getEncryptedWithPlatformEncryption() |
java.util.Calendar |
getExpirationDate() |
int |
getKeySize() |
java.lang.String |
getMasterLabel() |
java.lang.Boolean |
getPrivateKeyExportable() |
boolean |
isCaSigned() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setCaSigned(boolean caSigned) |
protected void |
setCaSigned(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setEncryptedWithPlatformEncryption(java.lang.Boolean encryptedWithPlatformEncryption) |
protected void |
setEncryptedWithPlatformEncryption(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setExpirationDate(java.util.Calendar expirationDate) |
protected void |
setExpirationDate(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setKeySize(int keySize) |
protected void |
setKeySize(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setMasterLabel(java.lang.String masterLabel) |
protected void |
setMasterLabel(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setPrivateKeyExportable(java.lang.Boolean privateKeyExportable) |
protected void |
setPrivateKeyExportable(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
getContent, setContent, setContentgetFullName, setFullName, setFullNamepublic boolean getCaSigned()
public boolean isCaSigned()
public void setCaSigned(boolean caSigned)
protected void setCaSigned(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.Boolean getEncryptedWithPlatformEncryption()
public void setEncryptedWithPlatformEncryption(java.lang.Boolean encryptedWithPlatformEncryption)
protected void setEncryptedWithPlatformEncryption(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.util.Calendar getExpirationDate()
public void setExpirationDate(java.util.Calendar expirationDate)
protected void setExpirationDate(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic int getKeySize()
public void setKeySize(int keySize)
protected void setKeySize(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getMasterLabel()
public void setMasterLabel(java.lang.String masterLabel)
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.Boolean getPrivateKeyExportable()
public void setPrivateKeyExportable(java.lang.Boolean privateKeyExportable)
protected void setPrivateKeyExportable(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
write in interface XMLizablewrite in class MetadataWithContentjava.io.IOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
writeFields in class MetadataWithContentjava.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizableload in class MetadataWithContentjava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
loadFields in class MetadataWithContentjava.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class MetadataWithContentCopyright © 2020. All Rights Reserved.