Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.x509.IKeyUsage
-
Packages that use IKeyUsage Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.asn1.x509 com.itextpdf.bouncycastleconnector com.itextpdf.commons.bouncycastle -
-
Uses of IKeyUsage in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IKeyUsage Modifier and Type Method Description IKeyUsage
BouncyCastleFactory. createKeyUsage()
Create key usage wrapper without parameters.IKeyUsage
BouncyCastleFactory. createKeyUsage(int i)
Create key usage wrapper fromint
value. -
Uses of IKeyUsage in com.itextpdf.bouncycastle.asn1.x509
Classes in com.itextpdf.bouncycastle.asn1.x509 that implement IKeyUsage Modifier and Type Class Description class
KeyUsageBC
Wrapper class forKeyUsage
. -
Uses of IKeyUsage in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IKeyUsage Modifier and Type Method Description IKeyUsage
BouncyCastleDefaultFactory. createKeyUsage()
IKeyUsage
BouncyCastleDefaultFactory. createKeyUsage(int i)
-
Uses of IKeyUsage in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IKeyUsage Modifier and Type Method Description IKeyUsage
IBouncyCastleFactory. createKeyUsage()
Create key usage wrapper without parameters.IKeyUsage
IBouncyCastleFactory. createKeyUsage(int i)
Create key usage wrapper fromint
value.
-