Click or drag to resize

ZebraP12Info Methods

The ZebraP12Info type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetAliases
Get a list of aliases present in the certificate keystore.
Public methodGetCaCommonName
Get the common name of the CA associated with the certificate file.
Public methodGetCaCommonName(String)
Get the common name of the CA associated with the certificate file.
Public methodGetCaContent
Get the content of the ca, which is determined to be all entries in the certificate chain after the first entry.
Public methodGetCaContent(String)
Get the content of the ca, which is determined to be all entries in the certificate chain after the first entry.
Public methodGetCaExpirationDate
Get the expiration data of the CA associated with the certificate file.
Public methodGetCaExpirationDate(String)
Get the expiration data of the CA associated with the certificate file.
Public methodGetCertificateCommonName
Get the common name of the client certificate associated with the certificate file.
Public methodGetCertificateCommonName(String)
Get the common name of the client certificate associated with the certificate file.
Public methodGetCertificateContent
Get the content of the first entry in the certificate's certificate chain.
Public methodGetCertificateContent(String)
Get the content of the first entry in the certificate's certificate chain.
Public methodGetCertificateExpirationDate
Get the expiration data of the client certificate associated with the certificate file.
Public methodGetCertificateExpirationDate(String)
Get the expiration data of the client certificate associated with the certificate file.
Public methodGetCertificateIssuer
Get the issuer of the client certificate.
Public methodGetCertificateIssuer(String)
Get the issuer of the client certificate.
Public methodGetEncryptedPrivateKeyContent(String)
Get the encrypted private key content.
Public methodGetEncryptedPrivateKeyContent(String, String)
Get the encrypted private key content.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetPrivateKeyAlgorithm
Get the algorithm used by the private key.
Public methodGetPrivateKeyAlgorithm(String)
Get the algorithm used by the private key.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also