Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.x509.IAuthorityKeyIdentifier
-
Packages that use IAuthorityKeyIdentifier Package Description com.itextpdf.bouncycastle.asn1.x509 com.itextpdf.bouncycastle.cert com.itextpdf.commons.bouncycastle.cert -
-
Uses of IAuthorityKeyIdentifier in com.itextpdf.bouncycastle.asn1.x509
Classes in com.itextpdf.bouncycastle.asn1.x509 that implement IAuthorityKeyIdentifier Modifier and Type Class Description class
AuthorityKeyIdentifierBC
Wrapper class forAuthorityKeyIdentifier
. -
Uses of IAuthorityKeyIdentifier in com.itextpdf.bouncycastle.cert
Methods in com.itextpdf.bouncycastle.cert that return IAuthorityKeyIdentifier Modifier and Type Method Description IAuthorityKeyIdentifier
X509ExtensionUtilsBC. createAuthorityKeyIdentifier(ISubjectPublicKeyInfo publicKeyInfo)
Calls actualcreateAuthorityKeyIdentifier
method for the wrapped X509ExtensionUtils object. -
Uses of IAuthorityKeyIdentifier in com.itextpdf.commons.bouncycastle.cert
Methods in com.itextpdf.commons.bouncycastle.cert that return IAuthorityKeyIdentifier Modifier and Type Method Description IAuthorityKeyIdentifier
IX509ExtensionUtils. createAuthorityKeyIdentifier(ISubjectPublicKeyInfo publicKeyInfo)
Calls actualcreateAuthorityKeyIdentifier
method for the wrapped X509ExtensionUtils object.
-