Build names following the structure of this pattern.
Rest
...varsL: VarsLike[]sets of variables to be replaced into the name.
an iterable of possible names.
Protected
buildProtected
matchProtected
Static
buildBuild part of an output name.
iterable of potential constructions.
Protected
Static
matchGenerated using TypeDoc
Match or construct a KeyLocator or certificate name.
To match a KeyLocator or certificate name, use a ConcatPattern that contains patterns to match the subject name, followed by a CertNamePattern at last. The captured variable contains the whole KeyLocator or certificate name that can be further recognized by CertNaming.parseKeyName() and CertNaming.parseCertName().
Using the same ConcatPattern, the constructed name would be the subject name. It can be passed to keyChain.getSigner() to find a key/certificate.