public interface IX509ExtensionUtils
| Modifier and Type | Method and Description |
|---|---|
IAuthorityKeyIdentifier |
createAuthorityKeyIdentifier(ISubjectPublicKeyInfo publicKeyInfo)
Calls actual
createAuthorityKeyIdentifier method for the wrapped X509ExtensionUtils object. |
ISubjectKeyIdentifier |
createSubjectKeyIdentifier(ISubjectPublicKeyInfo publicKeyInfo)
Calls actual
createSubjectKeyIdentifier method for the wrapped X509ExtensionUtils object. |
IAuthorityKeyIdentifier createAuthorityKeyIdentifier(ISubjectPublicKeyInfo publicKeyInfo)
createAuthorityKeyIdentifier method for the wrapped X509ExtensionUtils object.publicKeyInfo - SubjectPublicKeyInfo wrapperIAuthorityKeyIdentifier wrapper for the created AuthorityKeyIdentifier.ISubjectKeyIdentifier createSubjectKeyIdentifier(ISubjectPublicKeyInfo publicKeyInfo)
createSubjectKeyIdentifier method for the wrapped X509ExtensionUtils object.publicKeyInfo - SubjectPublicKeyInfo wrapperISubjectKeyIdentifier wrapper for the created SubjectKeyIdentifier.Copyright © 1998–2025 Apryse Group NV. All rights reserved.