Class CustomerKeyIdFormatter


  • public class CustomerKeyIdFormatter
    extends Object
    Formatter used to create the correct ‘keyId’ needed for signing requests.
    • Method Detail

      • createKeyId

        public static String createKeyId​(String tenantId,
                                         String userId,
                                         String fingerprint)
        Creates a keyId from the individual components.
        Parameters:
        tenantId - The tenantId
        userId - The userId
        fingerprint - The fingerprint
        Returns:
        The keyId used to sign requests