public class CapiCertificateAndKeyInfo
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
X509Certificate |
getCertificate()
Returns the certificate associated with this object
|
java.util.List<X509Certificate> |
getChainToRoot()
Returns a
List of X509Certificate objects that
form a chain from the certificate up to a trusted root. |
CapiContainerName |
getContainerName()
Returns the private key container name associated with this object.
|
CryptKeyProvInfo |
getKeyProvInfo()
Returns the CAPI provider information associated with this object.
|
boolean |
isArchived()
Returns whether or not the certificate is archived.
|
public X509Certificate getCertificate()
public java.util.List<X509Certificate> getChainToRoot()
List of X509Certificate objects that
form a chain from the certificate up to a trusted root. The certificates
are ordered from the target certificate at the start of the list to the
root at the end.List of X509Certificate objects that
form a chain from the certificate up to a trusted root.public CryptKeyProvInfo getKeyProvInfo()
public CapiContainerName getContainerName()
public boolean isArchived()
true if the certificate has been marked as archived
in MSCAPI, false otherwise.