public class EnvelopedInputImpl extends Object implements EnvelopedInput
Constructor and Description |
---|
EnvelopedInputImpl() |
public PrivateKey getPrivateKey()
public void setPrivateKey(PrivateKey privateKey)
public X509Certificate getCertificate()
public void setCertificate(X509Certificate certificate)
public Class getType()
public void setType(Class type)
public void setType(GenericType type)
public Type getGenericType()
public void setGenericType(Type genericType)
public javax.mail.internet.MimeBodyPart getBody()
public void setBody(javax.mail.internet.MimeBodyPart body)
public Annotation[] getAnnotations()
public void setAnnotations(Annotation[] annotations)
public Providers getProviders()
public void setProviders(Providers providers)
public Object getEntity()
getEntity
in interface EnvelopedInput
public Object getEntity(PrivateKey pKey, X509Certificate cert)
getEntity
in interface EnvelopedInput
public Object getEntity(Class type)
getEntity
in interface EnvelopedInput
public Object getEntity(Class type, PrivateKey key, X509Certificate cert)
getEntity
in interface EnvelopedInput
public Object getEntity(GenericType type)
getEntity
in interface EnvelopedInput
public Object getEntity(GenericType type, PrivateKey key, X509Certificate cert)
getEntity
in interface EnvelopedInput
public Object getEntity(GenericType gt, Annotation[] ann, PrivateKey pKey, X509Certificate cert)
public Object getEntity(Class t, Type gt, Annotation[] ann, PrivateKey pKey, X509Certificate cert)
public static Object extractEntity(Class t, Type gt, Annotation[] ann, javax.mail.internet.MimeBodyPart decrypted, Providers providers)
Copyright © 2015. All Rights Reserved.