Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.x509.IKeyPurposeId
Package
Description
-
Uses of IKeyPurposeId in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createKeyPurposeId()
Create key purpose id wrapper without parameters.BouncyCastleFactory.createKeyPurposeId
(IASN1ObjectIdentifier objectIdentifier) Create key purpose id wrapper fromIASN1ObjectIdentifier
.Modifier and TypeMethodDescriptionBouncyCastleFactory.createExtendedKeyUsage
(IKeyPurposeId purposeId) Create extended key usage wrapper from key purpose id wrapper.BouncyCastleFactory.createExtendedKeyUsage
(IKeyPurposeId[] purposeIds) Create extended key usage wrapper from key purpose id wrappers array. -
Uses of IKeyPurposeId in com.itextpdf.bouncycastle.asn1.x509
Modifier and TypeMethodDescriptionKeyPurposeIdBC.getIdKpOCSPSigning()
Getsid_kp_OCSPSigning
constant for the wrapped KeyPurposeId.ModifierConstructorDescriptionExtendedKeyUsageBC
(IKeyPurposeId purposeId) Creates new wrapper instance forExtendedKeyUsage
.ExtendedKeyUsageBC
(IKeyPurposeId[] purposeIds) Creates new wrapper instance forExtendedKeyUsage
. -
Uses of IKeyPurposeId in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createKeyPurposeId()
Create key purpose id wrapper without parameters.BouncyCastleFipsFactory.createKeyPurposeId
(IASN1ObjectIdentifier objectIdentifier) Create key purpose id wrapper fromIASN1ObjectIdentifier
.Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createExtendedKeyUsage
(IKeyPurposeId purposeId) Create extended key usage wrapper from key purpose id wrapper.BouncyCastleFipsFactory.createExtendedKeyUsage
(IKeyPurposeId[] purposeIds) Create extended key usage wrapper from key purpose id wrappers array. -
Uses of IKeyPurposeId in com.itextpdf.bouncycastlefips.asn1.x509
Modifier and TypeMethodDescriptionKeyPurposeIdBCFips.getIdKpOCSPSigning()
Getsid_kp_OCSPSigning
constant for the wrapped KeyPurposeId.ModifierConstructorDescriptionExtendedKeyUsageBCFips
(IKeyPurposeId purposeId) Creates new wrapper instance forExtendedKeyUsage
.ExtendedKeyUsageBCFips
(IKeyPurposeId[] purposeIds) Creates new wrapper instance forExtendedKeyUsage
. -
Uses of IKeyPurposeId in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createKeyPurposeId()
Create key purpose id wrapper without parameters.IBouncyCastleFactory.createKeyPurposeId
(IASN1ObjectIdentifier objectIdentifier) Create key purpose id wrapper fromIASN1ObjectIdentifier
.Modifier and TypeMethodDescriptionIBouncyCastleFactory.createExtendedKeyUsage
(IKeyPurposeId purposeId) Create extended key usage wrapper from key purpose id wrapper.IBouncyCastleFactory.createExtendedKeyUsage
(IKeyPurposeId[] purposeIds) Create extended key usage wrapper from key purpose id wrappers array. -
Uses of IKeyPurposeId in com.itextpdf.commons.bouncycastle.asn1.x509
Modifier and TypeMethodDescriptionIKeyPurposeId.getIdKpOCSPSigning()
Getsid_kp_OCSPSigning
constant for the wrapped KeyPurposeId.