Searched refs:contentObj (Results 1 – 3 of 3) sorted by relevance
73 Object contentObj = cmsSignedData.getSignedContent().getContent(); in getProfileContent() local74 if (!(contentObj instanceof byte[])) { in getProfileContent()77 return new String((byte[]) contentObj, StandardCharsets.UTF_8); in getProfileContent()
95 Object contentObj = cmsSignedData.getSignedContent().getContent(); in getProfileContent() local96 if (!(contentObj instanceof byte[])) { in getProfileContent()99 return new String((byte[]) contentObj, StandardCharsets.UTF_8); in getProfileContent()
608 Object contentObj = cmsSignedData.getSignedContent().getContent(); in checkProfileValid() local609 if (!(contentObj instanceof byte[])) { in checkProfileValid()612 profileContent = new String((byte[]) contentObj, StandardCharsets.UTF_8); in checkProfileValid()