Class ComponentIdentifier.ComponentIdentifierBuilder
java.lang.Object
paccor.tcg.credential.ComponentIdentifier.ComponentIdentifierBuilder
- Enclosing class:
ComponentIdentifier
The rest of this builder is generated by lombok Builder annotation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidcomponentAddressesFromSequence(@NonNull org.bouncycastle.asn1.ASN1Sequence seq) Reads elements of the given sequence as ComponentAddresses and adds them to the builder.
-
Constructor Details
-
ComponentIdentifierBuilder
public ComponentIdentifierBuilder()
-
-
Method Details
-
componentAddressesFromSequence
public final void componentAddressesFromSequence(@NonNull @NonNull org.bouncycastle.asn1.ASN1Sequence seq) Reads elements of the given sequence as ComponentAddresses and adds them to the builder.- Parameters:
seq- ASN1Sequence
-