com.healthmarketscience.jackcess.impl.office
Class XmlEncryptionDescriptor
java.lang.Object
com.healthmarketscience.jackcess.impl.office.XmlEncryptionDescriptor
public class XmlEncryptionDescriptor
- extends Object
- Author:
- James Ahlborn
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.