Class MultipartSignedInputImpl
java.lang.Object
org.jboss.resteasy.security.smime.MultipartSignedInputImpl
- All Implemented Interfaces:
SignedInput
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjakarta.mail.internet.MimeMultipartgetBody()getEntity(jakarta.ws.rs.core.GenericType gt) getEntity(jakarta.ws.rs.core.GenericType gt, Annotation[] ann) getEntity(Class t, Type gt, Annotation[] ann) jakarta.ws.rs.ext.ProvidersgetType()voidsetAnnotations(Annotation[] annotations) voidsetBody(jakarta.mail.internet.MimeMultipart body) voidsetCertificate(X509Certificate certificate) voidsetGenericType(Type genericType) voidsetProviders(jakarta.ws.rs.ext.Providers providers) voidsetPublicKey(PublicKey publicKey) voidsetType(jakarta.ws.rs.core.GenericType type) voidbooleanverify()booleanverify(X509Certificate certificate) boolean
-
Constructor Details
-
MultipartSignedInputImpl
public MultipartSignedInputImpl()
-
-
Method Details
-
getPublicKey
-
setPublicKey
-
getCertificate
-
setCertificate
-
getType
-
setType
-
setType
public void setType(jakarta.ws.rs.core.GenericType type) -
getGenericType
-
setGenericType
-
getBody
public jakarta.mail.internet.MimeMultipart getBody() -
setBody
public void setBody(jakarta.mail.internet.MimeMultipart 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 interfaceSignedInput
-
getEntity
- Specified by:
getEntityin interfaceSignedInput
-
getEntity
- Specified by:
getEntityin interfaceSignedInput
-
getEntity
-
getEntity
-
verify
- Specified by:
verifyin interfaceSignedInput- Throws:
Exception
-
verify
- Specified by:
verifyin interfaceSignedInput- Throws:
Exception
-
verify
- Specified by:
verifyin interfaceSignedInput- Throws:
Exception
-