Class Ieee1609Dot2Data.Builder
- java.lang.Object
-
- org.bouncycastle.oer.its.ieee1609dot2.Ieee1609Dot2Data.Builder
-
- Enclosing class:
- Ieee1609Dot2Data
public static class Ieee1609Dot2Data.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
setProtocolVersion
public Ieee1609Dot2Data.Builder setProtocolVersion(UINT8 protocolVersion)
-
setContent
public Ieee1609Dot2Data.Builder setContent(Ieee1609Dot2Content content)
-
createIeee1609Dot2Data
public Ieee1609Dot2Data createIeee1609Dot2Data()
-
createCounterSignature
public CounterSignature createCounterSignature()
-
createEtsiTs103097Data
public EtsiTs103097Data createEtsiTs103097Data()
-
createEtsiTs103097DataSigned
public EtsiTs103097DataSigned createEtsiTs103097DataSigned()
-
createEtsiTs103097DataSignedExternalPayload
public EtsiTs103097DataSignedExternalPayload createEtsiTs103097DataSignedExternalPayload()
-
createEtsiTs103097DataEncrypted
public EtsiTs103097DataEncrypted createEtsiTs103097DataEncrypted()
-
createEtsiTs103097DataSignedAndEncrypted
public EtsiTs103097DataSignedAndEncrypted createEtsiTs103097DataSignedAndEncrypted()
-
createEtsiTs103097DataEncryptedUnicast
public EtsiTs103097DataEncryptedUnicast createEtsiTs103097DataEncryptedUnicast()
-
createEtsiTs103097DataSignedAndEncryptedUnicast
public EtsiTs103097DataSignedAndEncryptedUnicast createEtsiTs103097DataSignedAndEncryptedUnicast()
-
createEtsiTs103097DataUnsecured
public EtsiTs103097DataUnsecured createEtsiTs103097DataUnsecured()
-
createInnerEcRequestSignedForPop
public InnerEcRequestSignedForPop createInnerEcRequestSignedForPop()
-
-