org.nhindirect.stagent.cryptography
Class SMIMEStandard
java.lang.Object
org.nhindirect.stagent.mail.MailStandard
org.nhindirect.stagent.cryptography.SMIMEStandard
public class SMIMEStandard
- extends MailStandard
Standard SMIM headers and utility methods
- Author:
- Greg Meyer, Umesh Madan
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MediaType_Multipart
public static final java.lang.String MediaType_Multipart
- See Also:
- Constant Field Values
MultiPartType_Mixed
public static final java.lang.String MultiPartType_Mixed
- See Also:
- Constant Field Values
MultiPartType_Signed
public static final java.lang.String MultiPartType_Signed
- See Also:
- Constant Field Values
MICAlgorithmKey
public static final java.lang.String MICAlgorithmKey
- See Also:
- Constant Field Values
CmsEnvelopeMediaType
public static final java.lang.String CmsEnvelopeMediaType
- See Also:
- Constant Field Values
CmsEnvelopeMediaTypeAlt
public static final java.lang.String CmsEnvelopeMediaTypeAlt
- See Also:
- Constant Field Values
EncryptedContentTypeHeaderValue
public static final java.lang.String EncryptedContentTypeHeaderValue
- See Also:
- Constant Field Values
EncryptedContentMediaType
public static final java.lang.String EncryptedContentMediaType
- See Also:
- Constant Field Values
EncryptedContentMediaTypeAlternative
public static final java.lang.String EncryptedContentMediaTypeAlternative
- See Also:
- Constant Field Values
SignatureContentTypeHeaderValue
public static final java.lang.String SignatureContentTypeHeaderValue
- See Also:
- Constant Field Values
SignatureContentMediaType
public static final java.lang.String SignatureContentMediaType
- See Also:
- Constant Field Values
SignatureContentMediaTypeAlternative
public static final java.lang.String SignatureContentMediaTypeAlternative
- See Also:
- Constant Field Values
SignatureDisposition
public static final java.lang.String SignatureDisposition
- See Also:
- Constant Field Values
SmimeTypeParameterKey
public static final java.lang.String SmimeTypeParameterKey
- See Also:
- Constant Field Values
EnvelopedDataSmimeType
public static final java.lang.String EnvelopedDataSmimeType
- See Also:
- Constant Field Values
SignedDataSmimeType
public static final java.lang.String SignedDataSmimeType
- See Also:
- Constant Field Values
DefaultFileName
public static final java.lang.String DefaultFileName
- See Also:
- Constant Field Values
SMIMEStandard
public SMIMEStandard()
isContentCms
public static boolean isContentCms(javax.mail.internet.ContentType contentType)
isContentEncrypted
public static boolean isContentEncrypted(javax.mail.internet.ContentType contentType)
isContentEnvelopedSignature
public static boolean isContentEnvelopedSignature(javax.mail.internet.ContentType contentType)
isContentMultipartSignature
public static boolean isContentMultipartSignature(javax.mail.internet.ContentType contentType)
isContentDetachedSignature
public static boolean isContentDetachedSignature(javax.mail.internet.ContentType contentType)
isEncrypted
public static boolean isEncrypted(javax.mail.internet.MimeMessage entity)
isSignedEnvelope
public static boolean isSignedEnvelope(javax.mail.internet.MimeMessage entity)
isSignedEnvelope
public static boolean isSignedEnvelope(MimeEntity entity)
isDetachedSignature
public static boolean isDetachedSignature(javax.mail.internet.MimeMessage entity)
toString
public static java.lang.String toString(DigestAlgorithm algorithm)
Copyright © 2010-2011 HNIN Direct. All Rights Reserved.