Class EnvelopedInputImpl
java.lang.Object
org.jboss.resteasy.security.smime.EnvelopedInputImpl
- All Implemented Interfaces:
EnvelopedInput
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ObjectextractEntity(Class t, Type gt, Annotation[] ann, jakarta.mail.internet.MimeBodyPart decrypted, jakarta.ws.rs.ext.Providers providers) jakarta.mail.internet.MimeBodyPartgetBody()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.ProvidersClass<?> getType()voidsetAnnotations(Annotation[] annotations) voidsetBody(jakarta.mail.internet.MimeBodyPart body) voidsetCertificate(X509Certificate certificate) voidsetGenericType(Type genericType) voidsetPrivateKey(PrivateKey privateKey) voidsetProviders(jakarta.ws.rs.ext.Providers providers) voidsetType(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:
getEntityin interfaceEnvelopedInput
-
getEntity
- Specified by:
getEntityin interfaceEnvelopedInput
-
getEntity
- Specified by:
getEntityin interfaceEnvelopedInput
-
getEntity
- Specified by:
getEntityin interfaceEnvelopedInput
-
getEntity
- Specified by:
getEntityin interfaceEnvelopedInput
-
getEntity
- Specified by:
getEntityin 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)
-