public class XmlEncryptionDescriptor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
XmlEncryptionDescriptor.CipherAlgorithm |
static class |
XmlEncryptionDescriptor.CipherChaining |
static class |
XmlEncryptionDescriptor.HashAlgorithm |
static class |
XmlEncryptionDescriptor.RC4BlockCipher |
Modifier and Type | Method and Description |
---|---|
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) |
public static final CTEncryption parseEncryptionDescriptor(byte[] xmlBytes)
public static final CTPasswordKeyEncryptor parsePasswordKeyEncryptor(Object keyDescriptor)
public static final XmlEncryptionDescriptor.CipherAlgorithm getAlgorithm(String str)
public static final XmlEncryptionDescriptor.CipherChaining getChaining(String str)
public static final XmlEncryptionDescriptor.HashAlgorithm getHash(String str)
public static final org.bouncycastle.crypto.Digest initDigest(String str)
Copyright © 2010–2019 Health Market Science. All rights reserved.