Searched refs:algorithmId (Results 1 – 1 of 1) sorted by relevance
24 int algorithmId = -1; field in AbstractSampleEncryptionBox45 algorithmId = IsoTypeReader.readUInt24(content); in _parseDetails()94 return algorithmId; in getAlgorithmId()97 public void setAlgorithmId(int algorithmId) { in setAlgorithmId() argument98 this.algorithmId = algorithmId; in setAlgorithmId()147 IsoTypeWriter.writeUInt24(byteBuffer, algorithmId); in getContent()313 if (algorithmId != that.algorithmId) { in equals()331 int result = algorithmId; in hashCode()