Uses of Class
com.authlete.mdoc.IssuerSignedBuilder
Packages that use IssuerSignedBuilder
-
Uses of IssuerSignedBuilder in com.authlete.mdoc
Methods in com.authlete.mdoc that return IssuerSignedBuilderModifier and TypeMethodDescriptionIssuerSignedBuilder.setCBORizer(CBORizer cborizer) Set theCBORizerto convert given claim values into CBOR items.Set the claims used to createIssuerSignedItems.IssuerSignedBuilder.setDeviceKey(COSEKey deviceKey) Set the device key.IssuerSignedBuilder.setDocType(String docType) Set the DocType.IssuerSignedBuilder.setIssuerAuthSigner(SigStructureSigner signer) Set the signer to sign the Issuer Auth structure.IssuerSignedBuilder.setIssuerCertChain(List<X509Certificate> chain) Set the certificate chain for the issuer key.IssuerSignedBuilder.setIssuerKey(COSEEC2Key issuerKey) Set the issuer key used to sign theIssuerAuthstructure (COSESign1).IssuerSignedBuilder.setValidityInfo(ValidityInfo info) Set the validity information of the Mobile Security Object.