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