Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.x509.IKeyPurposeId
-
-
Uses of IKeyPurposeId in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return IKeyPurposeId Modifier and Type Method Description IKeyPurposeIdBouncyCastleFactory. createKeyPurposeId()Create key purpose id wrapper without parameters.IKeyPurposeIdBouncyCastleFactory. createKeyPurposeId(IASN1ObjectIdentifier objectIdentifier)Create key purpose id wrapper fromIASN1ObjectIdentifier.Methods in com.itextpdf.bouncycastle with parameters of type IKeyPurposeId 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 IKeyPurposeId in com.itextpdf.bouncycastle.asn1.x509
Classes in com.itextpdf.bouncycastle.asn1.x509 that implement IKeyPurposeId Modifier and Type Class Description classKeyPurposeIdBCWrapper class forKeyPurposeId.Methods in com.itextpdf.bouncycastle.asn1.x509 that return IKeyPurposeId Modifier and Type Method Description IKeyPurposeIdKeyPurposeIdBC. getIdKpOCSPSigning()Getsid_kp_OCSPSigningconstant for the wrapped KeyPurposeId.Methods in com.itextpdf.bouncycastle.asn1.x509 with parameters of type IKeyPurposeId Modifier and Type Method Description private static org.bouncycastle.asn1.x509.KeyPurposeId[]ExtendedKeyUsageBC. unwrapPurposeIds(IKeyPurposeId[] purposeIds)Constructors in com.itextpdf.bouncycastle.asn1.x509 with parameters of type IKeyPurposeId Constructor Description ExtendedKeyUsageBC(IKeyPurposeId purposeId)Creates new wrapper instance forExtendedKeyUsage.ExtendedKeyUsageBC(IKeyPurposeId[] purposeIds)Creates new wrapper instance forExtendedKeyUsage. -
Uses of IKeyPurposeId in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return IKeyPurposeId Modifier and Type Method Description IKeyPurposeIdBouncyCastleDefaultFactory. createKeyPurposeId()IKeyPurposeIdBouncyCastleDefaultFactory. createKeyPurposeId(IASN1ObjectIdentifier objectIdentifier)Methods in com.itextpdf.bouncycastleconnector with parameters of type IKeyPurposeId Modifier and Type Method Description IExtendedKeyUsageBouncyCastleDefaultFactory. createExtendedKeyUsage(IKeyPurposeId purposeId)IExtendedKeyUsageBouncyCastleDefaultFactory. createExtendedKeyUsage(IKeyPurposeId[] purposeIds) -
Uses of IKeyPurposeId in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return IKeyPurposeId Modifier and Type Method Description IKeyPurposeIdIBouncyCastleFactory. createKeyPurposeId()Create key purpose id wrapper without parameters.IKeyPurposeIdIBouncyCastleFactory. createKeyPurposeId(IASN1ObjectIdentifier objectIdentifier)Create key purpose id wrapper fromIASN1ObjectIdentifier.Methods in com.itextpdf.commons.bouncycastle with parameters of type IKeyPurposeId 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. -
Uses of IKeyPurposeId in com.itextpdf.commons.bouncycastle.asn1.x509
Methods in com.itextpdf.commons.bouncycastle.asn1.x509 that return IKeyPurposeId Modifier and Type Method Description IKeyPurposeIdIKeyPurposeId. getIdKpOCSPSigning()Getsid_kp_OCSPSigningconstant for the wrapped KeyPurposeId. -
Uses of IKeyPurposeId in com.itextpdf.signatures.validation.extensions
Methods in com.itextpdf.signatures.validation.extensions that return IKeyPurposeId Modifier and Type Method Description private static IKeyPurposeId[]ExtendedKeyUsageExtension. createKeyPurposeIds(java.util.List<java.lang.String> extendedKeyUsageOids)
-