Maven module :un.storage : media-mkv :
Class : un.storage.media.mkv.model.ContentEncryption
Extends/Implements : un.storage.binding.ebml.EBMLChunk
Subclasses : -

ContentEncryption := 5035 container {
ContentEncAlgo := 47e1 uint [ def:0; ]
ContentEncKeyID := 47e2 binary;
ContentSignature := 47e3 binary;
ContentSigKeyID := 47e4 binary;
ContentSigAlgo := 47e5 uint;
ContentSigHashAlgo := 47e6 uint;
}

@author Johann Sorel


Variables : -
Functions : getStructure, getContentEncAlgo, getContentEncKeyID, getContentSignature, getContentSigKeyID, getContentSigAlgo, getContentSigHashAlgo



protected PropertyType[] getStructure ()

public Integer getContentEncAlgo ()

public byte[] getContentEncKeyID ()

public byte[] getContentSignature ()

public byte[] getContentSigKeyID ()

public Integer getContentSigAlgo ()

public Integer getContentSigHashAlgo ()