Package | Description |
---|---|
org.bouncycastle.asn1.bc |
Class and Description |
---|
EncryptedObjectStoreData
EncryptedObjectStoreData ::= SEQUENCE {
encryptionAlgorithm AlgorithmIdentifier
encryptedContent OCTET STRING
}
|
EncryptedPrivateKeyData
EncryptedPrivateKeyObjectData ::= SEQUENCE {
encryptedPrivateKeyInfo EncryptedPrivateKeyInfo,
certificates SEQUENCE OF Certificate
}
|
EncryptedSecretKeyData
EncryptedSecretKeyData ::= SEQUENCE {
keyEncryptionAlgorithm AlgorithmIdentifier,
encryptedKeyData OCTET STRING
}
|
ObjectData
ObjectData ::= SEQUENCE {
type INTEGER,
identifier UTF8String,
creationDate GeneralizedTime,
lastModifiedDate GeneralizedTime,
data OCTET STRING,
comment UTF8String OPTIONAL
}
|
ObjectDataSequence
ObjectDataSequence ::= SEQUENCE OF ObjectData
|
ObjectStore
ObjectStore ::= SEQUENCE {
CHOICE {
encryptedObjectStoreData EncryptedObjectStoreData,
objectStoreData ObjectStoreData
}
integrityCheck ObjectStoreIntegrityCheck
}
|
ObjectStoreData
ObjectStoreData ::= SEQUENCE {
version INTEGER.
|
ObjectStoreIntegrityCheck
ObjectStoreIntegrityCheck ::= CHOICE {
PbeMacIntegrityCheck
}
|
PbkdMacIntegrityCheck
PbkdMacIntegrityCheck ::= SEQUENCE {
macAlgorithm AlgorithmIdentifier,
pbkdAlgorithm KeyDerivationFunc,
mac OCTET STRING
}
|
SecretKeyData
SecretKeyData ::= SEQUENCE {
keyAlgorithm OBJECT IDENTIFIER,
keyBytes OCTET STRING
}
|
Copyright © 2018 BouncyCastle.org. All rights reserved.