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 BlockCipher |
initCipher(String cipherStr,
String chainStr) |
static Digest |
initDigest(String str) |
static CTEncryption |
parseEncryptionDescriptor(byte[] xmlBytes) |
public static final CTEncryption parseEncryptionDescriptor(byte[] xmlBytes)
public static final BlockCipher initCipher(String cipherStr, String chainStr)
Copyright © 2010–2022 OpenHMS. All rights reserved.