Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.x509.IExtendedKeyUsage
-
Packages that use IExtendedKeyUsage Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.asn1.x509 com.itextpdf.bouncycastleconnector com.itextpdf.commons.bouncycastle -
-
Uses of IExtendedKeyUsage in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IExtendedKeyUsage Modifier and Type Method Description IExtendedKeyUsageBouncyCastleFactory. createExtendedKeyUsage(IKeyPurposeId purposeId)Create extended key usage wrapper from key purpose id wrapper.IExtendedKeyUsageBouncyCastleFactory. createExtendedKeyUsage(IKeyPurposeId[] purposeIds)Create extended key usage wrapper from key purpose id wrappers array. -
Uses of IExtendedKeyUsage in com.itextpdf.bouncycastle.asn1.x509
Classes in com.itextpdf.bouncycastle.asn1.x509 that implement IExtendedKeyUsage Modifier and Type Class Description classExtendedKeyUsageBCWrapper class forExtendedKeyUsage. -
Uses of IExtendedKeyUsage in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IExtendedKeyUsage Modifier and Type Method Description IExtendedKeyUsageBouncyCastleDefaultFactory. createExtendedKeyUsage(IKeyPurposeId purposeId)IExtendedKeyUsageBouncyCastleDefaultFactory. createExtendedKeyUsage(IKeyPurposeId[] purposeIds) -
Uses of IExtendedKeyUsage in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IExtendedKeyUsage Modifier and Type Method Description IExtendedKeyUsageIBouncyCastleFactory. createExtendedKeyUsage(IKeyPurposeId purposeId)Create extended key usage wrapper from key purpose id wrapper.IExtendedKeyUsageIBouncyCastleFactory. createExtendedKeyUsage(IKeyPurposeId[] purposeIds)Create extended key usage wrapper from key purpose id wrappers array.
-