Uses of Interface
org.bouncycastle.its.operator.ITSContentSigner
Packages that use ITSContentSigner
-
Uses of ITSContentSigner in org.bouncycastle.its
Methods in org.bouncycastle.its with parameters of type ITSContentSignerModifier and TypeMethodDescriptionETSISignedDataBuilder.build(ITSContentSigner signer) Self signedETSISignedDataBuilder.build(ITSContentSigner signer, List<ITSCertificate> certificateList) CeritificateETSISignedDataBuilder.build(ITSContentSigner signer, org.bouncycastle.oer.its.ieee1609dot2.basetypes.HashedId8 identifier) Hash idConstructors in org.bouncycastle.its with parameters of type ITSContentSignerModifierConstructorDescriptionITSExplicitCertificateBuilder(ITSContentSigner signer, org.bouncycastle.oer.its.ieee1609dot2.ToBeSignedCertificate.Builder tbsCertificate) Base constructor for an ITS certificate. -
Uses of ITSContentSigner in org.bouncycastle.its.bc
Classes in org.bouncycastle.its.bc that implement ITSContentSignerConstructors in org.bouncycastle.its.bc with parameters of type ITSContentSignerModifierConstructorDescriptionBcITSExplicitCertificateBuilder(ITSContentSigner signer, org.bouncycastle.oer.its.ieee1609dot2.ToBeSignedCertificate.Builder tbsCertificate) Base constructor for an ITS certificate. -
Uses of ITSContentSigner in org.bouncycastle.its.jcajce
Classes in org.bouncycastle.its.jcajce that implement ITSContentSignerConstructors in org.bouncycastle.its.jcajce with parameters of type ITSContentSignerModifierConstructorDescriptionJcaITSExplicitCertificateBuilder(ITSContentSigner signer, org.bouncycastle.oer.its.ieee1609dot2.ToBeSignedCertificate.Builder tbsCertificate) Base constructor for an ITS certificate.