Uses of Class
de.trustable.ca3s.core.domain.enumeration.ProtectedContentType
-
Packages that use ProtectedContentType Package Description de.trustable.ca3s.core.domain JPA domain objects.de.trustable.ca3s.core.domain.enumeration de.trustable.ca3s.core.repository Spring Data JPA repositories.de.trustable.ca3s.core.service.util -
-
Uses of ProtectedContentType in de.trustable.ca3s.core.domain
Fields in de.trustable.ca3s.core.domain with type parameters of type ProtectedContentType Modifier and Type Field Description static javax.persistence.metamodel.SingularAttribute<ProtectedContent,ProtectedContentType>ProtectedContent_. typeMethods in de.trustable.ca3s.core.domain that return ProtectedContentType Modifier and Type Method Description ProtectedContentTypeProtectedContent. getType()Methods in de.trustable.ca3s.core.domain with parameters of type ProtectedContentType Modifier and Type Method Description voidProtectedContent. setType(ProtectedContentType type)ProtectedContentProtectedContent. type(ProtectedContentType type) -
Uses of ProtectedContentType in de.trustable.ca3s.core.domain.enumeration
Methods in de.trustable.ca3s.core.domain.enumeration that return ProtectedContentType Modifier and Type Method Description static ProtectedContentTypeProtectedContentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtectedContentType[]ProtectedContentType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ProtectedContentType in de.trustable.ca3s.core.repository
Methods in de.trustable.ca3s.core.repository with parameters of type ProtectedContentType Modifier and Type Method Description List<ProtectedContent>ProtectedContentRepository. findByTypeRelationId(ProtectedContentType type, ContentRelationType relationType, Long id) -
Uses of ProtectedContentType in de.trustable.ca3s.core.service.util
Methods in de.trustable.ca3s.core.service.util with parameters of type ProtectedContentType Modifier and Type Method Description ProtectedContentProtectedContentUtil. createProtectedContent(String plainText, ProtectedContentType pct, ContentRelationType crt, long connectionId)create a new ProtectedContent object and save the given contentProtectedContentProtectedContentUtil. createProtectedContent(String plainText, ProtectedContentType pct, ContentRelationType crt, long connectionId, int leftUsages, Instant validTo)create a new ProtectedContent object and save the given contentPrivateKeyCertificateUtil. getPrivateKey(ProtectedContentType type, ContentRelationType relationType, Long id)List<ProtectedContent>ProtectedContentUtil. retrieveProtectedContent(ProtectedContentType type, ContentRelationType crt, long id)
-