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 IExtendedKeyUsage
BouncyCastleFactory. createExtendedKeyUsage(IKeyPurposeId purposeId)
Create extended key usage wrapper from key purpose id wrapper.IExtendedKeyUsage
BouncyCastleFactory. 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 class
ExtendedKeyUsageBC
Wrapper class forExtendedKeyUsage
. -
Uses of IExtendedKeyUsage in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IExtendedKeyUsage Modifier and Type Method Description IExtendedKeyUsage
BouncyCastleDefaultFactory. createExtendedKeyUsage(IKeyPurposeId purposeId)
IExtendedKeyUsage
BouncyCastleDefaultFactory. 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 IExtendedKeyUsage
IBouncyCastleFactory. createExtendedKeyUsage(IKeyPurposeId purposeId)
Create extended key usage wrapper from key purpose id wrapper.IExtendedKeyUsage
IBouncyCastleFactory. createExtendedKeyUsage(IKeyPurposeId[] purposeIds)
Create extended key usage wrapper from key purpose id wrappers array.
-