Class EnvelopedInputImpl
java.lang.Object
org.jboss.resteasy.security.smime.EnvelopedInputImpl
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Object
extractEntity
(Class t, Type gt, Annotation[] ann, jakarta.mail.internet.MimeBodyPart decrypted, jakarta.ws.rs.ext.Providers providers) jakarta.mail.internet.MimeBodyPart
getBody()
getEntity
(jakarta.ws.rs.core.GenericType type) getEntity
(jakarta.ws.rs.core.GenericType gt, Annotation[] ann, PrivateKey pKey, X509Certificate cert) getEntity
(jakarta.ws.rs.core.GenericType type, PrivateKey key, X509Certificate cert) getEntity
(Class t, Type gt, Annotation[] ann, PrivateKey pKey, X509Certificate cert) getEntity
(Class type, PrivateKey key, X509Certificate cert) getEntity
(PrivateKey pKey, X509Certificate cert) jakarta.ws.rs.ext.Providers
Class
<?> getType()
void
setAnnotations
(Annotation[] annotations) void
setBody
(jakarta.mail.internet.MimeBodyPart body) void
setCertificate
(X509Certificate certificate) void
setGenericType
(Type genericType) void
setPrivateKey
(PrivateKey privateKey) void
setProviders
(jakarta.ws.rs.ext.Providers providers) void
setType
(jakarta.ws.rs.core.GenericType<?> type) void
-
Constructor Details
-
EnvelopedInputImpl
public EnvelopedInputImpl()
-
-
Method Details
-
getPrivateKey
-
setPrivateKey
-
getCertificate
-
setCertificate
-
getType
-
setType
-
setType
public void setType(jakarta.ws.rs.core.GenericType<?> type) -
getGenericType
-
setGenericType
-
getBody
public jakarta.mail.internet.MimeBodyPart getBody() -
setBody
public void setBody(jakarta.mail.internet.MimeBodyPart body) -
getAnnotations
-
setAnnotations
-
getProviders
public jakarta.ws.rs.ext.Providers getProviders() -
setProviders
public void setProviders(jakarta.ws.rs.ext.Providers providers) -
getEntity
- Specified by:
getEntity
in interfaceEnvelopedInput
-
getEntity
- Specified by:
getEntity
in interfaceEnvelopedInput
-
getEntity
- Specified by:
getEntity
in interfaceEnvelopedInput
-
getEntity
- Specified by:
getEntity
in interfaceEnvelopedInput
-
getEntity
- Specified by:
getEntity
in interfaceEnvelopedInput
-
getEntity
- Specified by:
getEntity
in interfaceEnvelopedInput
-
getEntity
public Object getEntity(jakarta.ws.rs.core.GenericType gt, Annotation[] ann, PrivateKey pKey, X509Certificate cert) -
getEntity
-
extractEntity
public static Object extractEntity(Class t, Type gt, Annotation[] ann, jakarta.mail.internet.MimeBodyPart decrypted, jakarta.ws.rs.ext.Providers providers)
-