com.healthmarketscience.jackcess.impl.office
Class XmlEncryptionDescriptor

java.lang.Object
  extended by com.healthmarketscience.jackcess.impl.office.XmlEncryptionDescriptor

public class XmlEncryptionDescriptor
extends Object

Author:
James Ahlborn

Nested Class Summary
static class XmlEncryptionDescriptor.CipherAlgorithm
           
static class XmlEncryptionDescriptor.CipherChaining
           
static class XmlEncryptionDescriptor.HashAlgorithm
           
static class XmlEncryptionDescriptor.RC4BlockCipher
           
 
Method Summary
static XmlEncryptionDescriptor.CipherAlgorithm getAlgorithm(String str)
           
static XmlEncryptionDescriptor.CipherChaining getChaining(String str)
           
static XmlEncryptionDescriptor.HashAlgorithm getHash(String str)
           
static org.bouncycastle.crypto.BlockCipher initCipher(String cipherStr, String chainStr)
           
static org.bouncycastle.crypto.Digest initDigest(String str)
           
static CTEncryption parseEncryptionDescriptor(byte[] xmlBytes)
           
static CTPasswordKeyEncryptor parsePasswordKeyEncryptor(Object keyDescriptor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

parseEncryptionDescriptor

public static final CTEncryption parseEncryptionDescriptor(byte[] xmlBytes)

parsePasswordKeyEncryptor

public static final CTPasswordKeyEncryptor parsePasswordKeyEncryptor(Object keyDescriptor)

getAlgorithm

public static final XmlEncryptionDescriptor.CipherAlgorithm getAlgorithm(String str)

getChaining

public static final XmlEncryptionDescriptor.CipherChaining getChaining(String str)

getHash

public static final XmlEncryptionDescriptor.HashAlgorithm getHash(String str)

initDigest

public static final org.bouncycastle.crypto.Digest initDigest(String str)

initCipher

public static final org.bouncycastle.crypto.BlockCipher initCipher(String cipherStr,
                                                                   String chainStr)


Copyright © 2010-2017 Health Market Science. All Rights Reserved.