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